put game config after updating nuke option

This commit is contained in:
Evan
2025-03-26 15:15:12 -07:00
parent baeb04da20
commit bf12f5354b
+1
View File
@@ -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) {