mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Fix 'break' will never be executed compile error
This commit is contained in:
@@ -262,7 +262,6 @@ GameActions::Result CheatSetAction::Execute() const
|
||||
return GameActions::Result(
|
||||
GameActions::Status::InvalidParameters, STR_ERR_INVALID_PARAMETER, STR_ERR_VALUE_OUT_OF_RANGE);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
if (NetworkGetMode() == NETWORK_MODE_NONE)
|
||||
|
||||
Reference in New Issue
Block a user