Merge pull request #9 from bell07/patch-1

avoid undeclared global variable access
This commit is contained in:
Artūras 2017-12-26 19:39:10 +02:00 committed by GitHub
commit 7dbab2c033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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