We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f5663 commit 68f7008Copy full SHA for 68f7008
src/client/LobbyPresets.ts
@@ -65,7 +65,7 @@ export class LobbyPresetStore {
65
useRandomMap: config.useRandomMap ?? false,
66
difficulty: config.difficulty ?? Difficulty.Medium,
67
disableNPCs: config.disableNPCs ?? false,
68
- bots: config.bots ?? 0,
+ bots: config.bots ?? 400,
69
infiniteGold: config.infiniteGold ?? false,
70
donateGold: config.donateGold ?? false,
71
infiniteTroops: config.infiniteTroops ?? false,
0 commit comments