mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 04:49:24 +00:00
put game config after updating nuke option
This commit is contained in:
@@ -371,6 +371,7 @@ export class HostLobbyModal extends LitElement {
|
||||
}
|
||||
private handleDisableNukesChange(e: Event) {
|
||||
this.disableNukes = Boolean((e.target as HTMLInputElement).checked);
|
||||
this.putGameConfig();
|
||||
}
|
||||
|
||||
private async handleDisableNPCsChange(e: Event) {
|
||||
|
||||
Reference in New Issue
Block a user