Don't reset size for children

This commit is contained in:
cora 2022-09-16 02:03:36 +02:00
parent ed8dc1d137
commit 7f4443b76f
1 changed files with 1 additions and 1 deletions

View File

@ -3593,7 +3593,7 @@ local mob_activate = function(self, staticdata, def, dtime)
if not self.nametag then if not self.nametag then
self.nametag = def.nametag self.nametag = def.nametag
end end
if not self.custom_visual_size then if not self.custom_visual_size and not self.child then
-- Remove saved visual_size on old existing entites. -- Remove saved visual_size on old existing entites.
-- Old entities were 3 now it's 1. -- Old entities were 3 now it's 1.
self.visual_size = nil self.visual_size = nil