1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Add new action to 'edit scenario options' permission

This commit is contained in:
Hielke Morsink
2018-11-08 23:44:51 +01:00
parent 107faaf821
commit b45fabdc7d

View File

@@ -216,7 +216,8 @@ const std::vector<NetworkAction> NetworkActions::Actions =
}, {
STR_ACTION_EDIT_SCENARIO_OPTIONS, "PERMISSION_EDIT_SCENARIO_OPTIONS",
{
GAME_COMMAND_EDIT_SCENARIO_OPTIONS
GAME_COMMAND_EDIT_SCENARIO_OPTIONS,
GAME_COMMAND_SET_CLIMATE
}
}
};