]> git.lizzy.rs Git - crafter_client.git/commitdiff
Fix undeclared global
authoroilboi <47129783+oilboi@users.noreply.github.com>
Fri, 15 May 2020 12:17:27 +0000 (08:17 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Fri, 15 May 2020 12:17:27 +0000 (08:17 -0400)
init.lua

index 7922b442cf21cdef110ecd97b8a6afed97d1584f..5d8156f9a41d5770f50a9f67efa2bbdbfa380bdf 100644 (file)
--- a/init.lua
+++ b/init.lua
@@ -5,7 +5,7 @@ weather_type = nil
 running_send = nil
 player_movement_state = nil
 nether = nil
-
+aether = nil
 function initialize_all()
        --declare globals for now
        weather_intake = minetest.mod_channel_join("weather_intake")