fix disable_spawn setting

master
root 2020-11-16 20:27:50 +01:00
parent e2ffd75627
commit bb4e855ad3
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ end)
-- --
petz.on_rightclick = function(self, clicker) petz.on_rightclick = function(self, clicker)
minetest.chat_send_all(tostring(petz.settings["kitty_spawn_chance"]))
if not(clicker:is_player()) then if not(clicker:is_player()) then
return false return false
end end