diff --git a/binaries/data/mods/public/simulation/components/Trainer.js b/binaries/data/mods/public/simulation/components/Trainer.js index 24ea28f478..16f4c0f61c 100644 --- a/binaries/data/mods/public/simulation/components/Trainer.js +++ b/binaries/data/mods/public/simulation/components/Trainer.js @@ -293,7 +293,7 @@ Trainer.prototype.Item.prototype.Spawn = function() createdEnts.push(ent); } - if (spawnedEnts.length && !autoGarrison && cmpRallyPoint) + if (spawnedEnts.length && cmpRallyPoint) for (const com of GetRallyPointCommands(cmpRallyPoint, spawnedEnts)) ProcessCommand(this.player, com);