Fix some stuff

This commit is contained in:
ElCeejo 2024-02-24 19:04:13 -08:00
parent 8408a73851
commit 20a59ddd30
4 changed files with 45 additions and 37 deletions

View file

@ -371,7 +371,7 @@ creatura.register_mob("animalia:horse", {
local owner = self.owner
local name = clicker and clicker:get_player_name()
if not owner or name ~= owner then return end
if owner and name ~= owner then return end
if animalia.set_nametag(self, clicker) then
return