1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 11:45: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

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