mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:30:45 +00:00
bump version, added loggin
This commit is contained in:
@@ -69,6 +69,7 @@ class Client {
|
||||
const clientIP = await this.ip
|
||||
console.log(`got ip ${clientIP}`)
|
||||
if (this.game != null) {
|
||||
console.log('joining lobby, stopping existing game')
|
||||
this.game.stop()
|
||||
}
|
||||
this.game = await createClientGame(
|
||||
@@ -96,6 +97,7 @@ class Client {
|
||||
if (this.game == null) {
|
||||
return
|
||||
}
|
||||
console.log('leaving lobby, cancelling game')
|
||||
this.game.stop()
|
||||
this.game = null
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
</svg>
|
||||
</a>
|
||||
<h1 class="text-9xl">OpenFront.io</h1>
|
||||
<h2 class="text-6xl mb-2">(v0.6.6)</h2>
|
||||
<h2 class="text-6xl mb-2">(v0.6.7)</h2>
|
||||
<div class="flex justify-center items-start">
|
||||
<div class="w-full max-w-3xl p-4 space-y-4">
|
||||
<username-input></username-input>
|
||||
|
||||
Reference in New Issue
Block a user