1
0
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:
Aaron van Geffen
2025-04-08 08:51:13 +02:00
committed by GitHub
parent f4e458e659
commit d9ba40b266
3 changed files with 0 additions and 3 deletions

View File

@@ -95,7 +95,6 @@ enum class GameCommand : int32_t
ModifyTile,
EditScenarioOptions,
PlacePeepSpawn,
SetClimate,
SetColourScheme,
SetStaffCostume,
PlaceFootpathAddition,

View File

@@ -262,7 +262,6 @@ const std::array<NetworkAction, static_cast<size_t>(NetworkPermission::Count)> N
"PERMISSION_EDIT_SCENARIO_OPTIONS",
{
GameCommand::EditScenarioOptions,
GameCommand::SetClimate,
},
},
};

View File

@@ -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 },