réplica de
https://gitlab.com/rautars/weather_pack.git
sincronizado 2025-10-21 13:45:43 +02:00
avoid undeclared global variable access
remove warning Undeclared global variable "hw_utils" accessed at ...ds/ambience/weather_pack/utils.lua:9
Este cometimento está contido em:
@@ -6,7 +6,7 @@
|
||||
-- Credits: xeranas
|
||||
---------------------------------------
|
||||
|
||||
if hw_utils == nil then
|
||||
if not minetest.global_exists("hw_utils") then
|
||||
hw_utils = {}
|
||||
end
|
||||
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador