mirror of
https://gitlab.com/rautars/weather_pack.git
synced 2025-05-17 23:00:23 +02:00
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
|
||||
---------------------------------------
|
||||
|
||||
if hw_utils == nil then
|
||||
if not minetest.global_exists("hw_utils") then
|
||||
hw_utils = {}
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user