mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-03-21 15:21:22 +00:00
woops
This commit is contained in:
parent
135383fbfa
commit
00cb41aec9
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ creatura.register_mob("animalia:wolf", {
|
||||||
if self.owner then
|
if self.owner then
|
||||||
for i, object in ipairs(animalia.pets[self.owner]) do
|
for i, object in ipairs(animalia.pets[self.owner]) do
|
||||||
if object == self.object then
|
if object == self.object then
|
||||||
animalia.pets[self.owner][i]
|
animalia.pets[self.owner][i] = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue