mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-09-22 11:26:43 -04:00
Fix some stuff
This commit is contained in:
parent
8408a73851
commit
20a59ddd30
4 changed files with 45 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue