Merge pull request #9 from bell07/patch-1

avoid undeclared global variable access
Esse commit está contido em:
Artūras
2017-12-26 19:39:10 +02:00
commit de GitHub

Ver arquivo

@@ -6,7 +6,7 @@
-- Credits: xeranas
---------------------------------------
if hw_utils == nil then
if not minetest.global_exists("hw_utils") then
hw_utils = {}
end