1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Implement SetCheatAction. (#8990)

* Implement SetCheatAction.

* Bump up network version
This commit is contained in:
ζeh Matt
2019-05-04 15:28:38 +02:00
committed by GitHub
parent e84631c273
commit cd8c67ddac
14 changed files with 1158 additions and 1193 deletions

View File

@@ -639,7 +639,7 @@ bool Network::BeginServer(uint16_t port, const std::string& address)
ServerProviderEmail = gConfigNetwork.provider_email;
ServerProviderWebsite = gConfigNetwork.provider_website;
cheats_reset();
CheatsReset();
LoadGroups();
BeginChatLog();
BeginServerLog();