Fix production door not closing if the actor stays on the exit cell.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user