forked from mtcontrib/weather_pack
Merge pull request #9 from bell07/patch-1
avoid undeclared global variable access
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
-- Credits: xeranas
|
||||
---------------------------------------
|
||||
|
||||
if hw_utils == nil then
|
||||
if not minetest.global_exists("hw_utils") then
|
||||
hw_utils = {}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user