diff --git a/binaries/data/mods/public/simulation/components/GarrisonHolder.js b/binaries/data/mods/public/simulation/components/GarrisonHolder.js index 4834cfdf74..8b8e02c363 100644 --- a/binaries/data/mods/public/simulation/components/GarrisonHolder.js +++ b/binaries/data/mods/public/simulation/components/GarrisonHolder.js @@ -634,7 +634,7 @@ GarrisonHolder.prototype.OnGlobalEntityRenamed = function(msg) vgpRenamed = vgp; break; } - this.Eject(msg.entity); + this.Eject(msg.entity, true); this.Garrison(msg.newentity, vgpRenamed); }