Fix production door not closing if the actor stays on the exit cell.

This commit is contained in:
Paul Chote
2020-01-27 10:35:12 +00:00
committed by abcdefg30
parent 817f75c808
commit 9dc4ea8541
2 changed files with 10 additions and 2 deletions

View File

@@ -636,7 +636,7 @@ namespace OpenRA.Mods.Common.Traits
return new ReturnToCellActivity(self);
}
class ReturnToCellActivity : Activity
public class ReturnToCellActivity : Activity
{
readonly Mobile mobile;
readonly bool recalculateSubCell;