1
0
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:
Peter Froud
2024-01-22 02:55:20 -08:00
parent 7302d718e3
commit f272b57a88

View File

@@ -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)