mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 11:15:13 +01:00
Purge leftover references to SetClimate game command (#24104)
* Purge leftover references to SetClimate game command * Bump network version
This commit is contained in:
@@ -95,7 +95,6 @@ enum class GameCommand : int32_t
|
||||
ModifyTile,
|
||||
EditScenarioOptions,
|
||||
PlacePeepSpawn,
|
||||
SetClimate,
|
||||
SetColourScheme,
|
||||
SetStaffCostume,
|
||||
PlaceFootpathAddition,
|
||||
|
||||
@@ -262,7 +262,6 @@ const std::array<NetworkAction, static_cast<size_t>(NetworkPermission::Count)> N
|
||||
"PERMISSION_EDIT_SCENARIO_OPTIONS",
|
||||
{
|
||||
GameCommand::EditScenarioOptions,
|
||||
GameCommand::SetClimate,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1358,7 +1358,6 @@ const static EnumMap<GameCommand> ActionNameToType = {
|
||||
{ "bannersetname", GameCommand::SetBannerName },
|
||||
{ "bannersetstyle", GameCommand::SetBannerStyle },
|
||||
{ "clearscenery", GameCommand::ClearScenery },
|
||||
{ "climateset", GameCommand::SetClimate },
|
||||
{ "footpathplace", GameCommand::PlacePath },
|
||||
{ "footpathlayoutplace", GameCommand::PlacePathLayout },
|
||||
{ "footpathremove", GameCommand::RemovePath },
|
||||
|
||||
Reference in New Issue
Block a user