Skip to content

Commit 68f7008

Browse files
committed
fix: update default bot count in LobbyPresetConfig to 400
1 parent 00f5663 commit 68f7008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/LobbyPresets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class LobbyPresetStore {
6565
useRandomMap: config.useRandomMap ?? false,
6666
difficulty: config.difficulty ?? Difficulty.Medium,
6767
disableNPCs: config.disableNPCs ?? false,
68-
bots: config.bots ?? 0,
68+
bots: config.bots ?? 400,
6969
infiniteGold: config.infiniteGold ?? false,
7070
donateGold: config.donateGold ?? false,
7171
infiniteTroops: config.infiniteTroops ?? false,

0 commit comments

Comments
 (0)