what is this syntax!?
This commit is contained in:
parent
132bd286d0
commit
f8169ca2f3
|
@ -1,6 +1,6 @@
|
|||
-- Rain
|
||||
minetest.register_globalstep(function(dtime)
|
||||
if weather.tyoe ~= "rain" then return end
|
||||
if weather.type ~= "rain" then return end
|
||||
for _, player in ipairs(minetest.get_connected_players()) do
|
||||
local ppos = player:getpos()
|
||||
|
||||
|
|
Loading…
Reference in New Issue