Revert "Production should set SubCellInit"

This reverts commit fa1ca981ac.
This commit is contained in:
abcdefg30
2019-10-12 00:53:19 +02:00
committed by abcdefg30
parent 763e6d8109
commit f5f626cd89

View File

@@ -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));
}