mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-05 19:15:11 +00:00
Added checkboxes to disable Bots and NPCs for single player and private lobbies
This commit is contained in:
@@ -95,6 +95,8 @@ class Client {
|
||||
clientID: generateID(),
|
||||
map: event.detail.map,
|
||||
difficulty: event.detail.difficulty,
|
||||
disableBots: event.detail.disableBots,
|
||||
disableNPCs: event.detail.disableNPCs,
|
||||
},
|
||||
() => this.joinModal.close()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user