mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-22 14:37:31 +00:00
fixed
This commit is contained in:
@@ -447,7 +447,7 @@ export class SinglePlayerModal extends LitElement {
|
||||
flagInput.getCurrentFlag() === "xx"
|
||||
? ""
|
||||
: flagInput.getCurrentFlag(),
|
||||
pattern: localStorage.getItem("territoryPattern"),
|
||||
pattern: localStorage.getItem("territoryPattern") ?? null,
|
||||
},
|
||||
],
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user