mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Fix #22174: Cheats are reset when starting a server
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
- Fix: [#22012] [Plugin] Images on ImgButton widgets cannot be updated.
|
||||
- Fix: [#22121] Some news items in the “Recent Messages” window have the wrong text colour.
|
||||
- Fix: [#22152] [Plugin] Negative signed integers are truncated.
|
||||
- Fix: [#22174] Cheats are reset when starting a server.
|
||||
- Fix: [objects#323] Incorrect wall boundaries on large WW/TT scenery objects.
|
||||
- Fix: [objects#331] Incorrect hover car capacity string.
|
||||
- Fix: [objects#334] Incorrect school bus capacity string.
|
||||
|
||||
@@ -385,7 +385,6 @@ bool NetworkBase::BeginServer(uint16_t port, const std::string& address)
|
||||
|
||||
IsServerPlayerInvisible = gOpenRCT2Headless;
|
||||
|
||||
CheatsReset();
|
||||
LoadGroups();
|
||||
BeginChatLog();
|
||||
BeginServerLog();
|
||||
|
||||
Reference in New Issue
Block a user