avoid undeclared global variable access
@ -6,7 +6,7 @@
-- Credits: xeranas
---------------------------------------
if hw_utils == nil then
if not minetest.global_exists("hw_utils") then
hw_utils = {}
end
The note is not visible to the blocked user.