mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-05 00:36:10 +00:00
store client ips in bigquery table
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { LitElement, html, css } from 'lit';
|
||||
import { customElement, property, state } from 'lit/decorators.js';
|
||||
import { Difficulty, GameMap, GameType } from '../core/game/Game';
|
||||
import { generateGameID as generateGameID } from '../core/Util';
|
||||
import { generateID as generateID } from '../core/Util';
|
||||
|
||||
@customElement('single-player-modal')
|
||||
export class SinglePlayerModal extends LitElement {
|
||||
@@ -128,7 +128,7 @@ export class SinglePlayerModal extends LitElement {
|
||||
detail: {
|
||||
gameType: GameType.Singleplayer,
|
||||
lobby: {
|
||||
id: generateGameID(),
|
||||
id: generateID(),
|
||||
},
|
||||
map: this.selectedMap,
|
||||
difficulty: this.selectedDifficulty
|
||||
|
||||
Reference in New Issue
Block a user