From f5f626cd8946b9b69628e2584eb382139b5ec93b Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sat, 12 Oct 2019 00:53:19 +0200 Subject: [PATCH] Revert "Production should set SubCellInit" This reverts commit fa1ca981ac3fb38b8ef9e85aca373964bf8331da. --- OpenRA.Mods.Common/Traits/Production.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Production.cs b/OpenRA.Mods.Common/Traits/Production.cs index 50eccf4e75..8a67915bc5 100644 --- a/OpenRA.Mods.Common/Traits/Production.cs +++ b/OpenRA.Mods.Common/Traits/Production.cs @@ -73,7 +73,6 @@ namespace OpenRA.Mods.Common.Traits td.Add(new LocationInit(exit)); td.Add(new CenterPositionInit(spawn)); td.Add(new FacingInit(initialFacing)); - td.Add(new SubCellInit(SubCell.Any)); if (exitinfo != null) td.Add(new MoveIntoWorldDelayInit(exitinfo.ExitDelay)); }