mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 07:43:01 +01:00
Fix: Load game / Quit to the menu are not working in multiplayer (#13619)
This commit is contained in:
@@ -20,7 +20,7 @@ LoadOrQuitAction::LoadOrQuitAction(LoadOrQuitModes mode, PromptMode savePromptMo
|
||||
|
||||
uint16_t LoadOrQuitAction::GetActionFlags() const
|
||||
{
|
||||
return GameAction::GetActionFlags() | GameActions::Flags::AllowWhilePaused;
|
||||
return GameAction::GetActionFlags() | GameActions::Flags::ClientOnly | GameActions::Flags::AllowWhilePaused;
|
||||
}
|
||||
|
||||
void LoadOrQuitAction::Serialise(DataSerialiser& stream)
|
||||
|
||||
Reference in New Issue
Block a user