mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 16:13:32 +00:00
log clientid & persistent id
This commit is contained in:
@@ -27,6 +27,7 @@ export interface LobbyConfig {
|
||||
}
|
||||
|
||||
export function joinLobby(lobbyConfig: LobbyConfig, onjoin: () => void): () => void {
|
||||
console.log(`joinging lobby: gameID: ${lobbyConfig.gameID}, clientID: ${lobbyConfig.clientID}, persistentID: ${lobbyConfig.persistentID}`)
|
||||
const eventBus = new EventBus()
|
||||
initializeLogSender(eventBus)
|
||||
const config = getConfig()
|
||||
|
||||
Reference in New Issue
Block a user