is there a way to prevent it?
Code: Select all
minetest.register_on_cheat(function(ob,cheat)
if cheat.type == "interacted_too_far" then
return true/false/nil
end
end)
Code: Select all
minetest.register_on_cheat(function(ob,cheat)
if cheat.type == "interacted_too_far" then
return true/false/nil
end
end)
Users browsing this forum: No registered users and 3 guests