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