Fix undeclared global

master
oilboi 2020-05-15 08:17:27 -04:00
parent 1e5524aba0
commit c3b2c2af62
1 changed files with 1 additions and 1 deletions

View File

@ -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")