This commit is contained in:
ElCeejo 2022-10-24 16:43:34 -07:00 committed by GitHub
parent 135383fbfa
commit 00cb41aec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ creatura.register_mob("animalia:wolf", {
if self.owner then
for i, object in ipairs(animalia.pets[self.owner]) do
if object == self.object then
animalia.pets[self.owner][i]
animalia.pets[self.owner][i] = nil
end
end
end