summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r--src/main_gui.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp
index f6141a2cf..3f43dcdc8 100644
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -331,11 +331,8 @@ struct MainWindow : Window
break;
case GHK_MONEY: // Gimme money
- /* Server can not cheat in advertise mode either! */
-#ifdef ENABLE_NETWORK
- if (!_networking || !_network_server || !_settings_client.network.server_advertise)
-#endif /* ENABLE_NETWORK */
- DoCommandP(0, 10000000, 0, CMD_MONEY_CHEAT);
+ /* You can only cheat for money in single player. */
+ if (!_networking) DoCommandP(0, 10000000, 0, CMD_MONEY_CHEAT);
break;
case GHK_UPDATE_COORDS: // Update the coordinates of all station signs