Merge pull request 'Fix large and small slimes and magma cubes not dropping xp and loot' (#1461) from ztianyang/MineClone2:master into master

Reviewed-on: MineClone2/MineClone2#1461
This commit is contained in:
kay27 2021-04-05 00:58:18 +00:00
commit 4bc93040d5
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ local spawn_children_on_die = function(child_mob, children_count, spawn_distance
end
end, children, self.attack)
end
return true
end
end