Merge remote-tracking branch 'upstream/1.11' into 1.11
This commit is contained in:
@@ -314,7 +314,7 @@ struct MainWindow : Window
|
||||
break;
|
||||
|
||||
case GHK_MONEY: // Gimme money
|
||||
/* You can only cheat for money in single player. */
|
||||
/* You can only cheat for money in singleplayer mode. */
|
||||
if (!_networking) DoCommandP(0, 10000000, 0, CMD_MONEY_CHEAT);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user