Remove allow while paused

This commit is contained in:
duncanspumpkin 2019-02-24 09:09:33 +00:00
parent 705fe17362
commit f4791f9d96
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public:
uint16_t GetActionFlags() const override
{
return GameAction::GetActionFlags() | GA_FLAGS::ALLOW_WHILE_PAUSED;
return GameAction::GetActionFlags();
}
void Serialise(DataSerialiser & stream) override