diff options
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 51ab5bf11..e581f4564 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -289,7 +289,7 @@ struct MainWindow : Window case '1' | WKC_ALT: // Gimme money /* Server can not cheat in advertise mode either! */ - if (!_networking || !_network_server || !_network_advertise) + if (!_networking || !_network_server || !_settings_client.network.server_advertise) DoCommandP(0, 10000000, 0, NULL, CMD_MONEY_CHEAT); break; |