cozylights fix gefixt, ein paar animalworld Rezepte gefixt

This commit is contained in:
N-Nachtigal 2025-05-17 16:36:15 +02:00
parent de1f75a3dc
commit 0859a56f8f
2 changed files with 15 additions and 1 deletions

View file

@ -515,7 +515,7 @@ minetest.register_globalstep(function(dtime)
for _,cozyplayer in pairs(cozylights.cozyplayers) do
local t = os.clock()
local player = minetest.get_player_by_name(cozyplayer.name)
if player = nil then
if player == nil then
goto next_player
end
local pos = vector.round(player:getpos())