Private
Public Access
1
0

fix offline mode initialization for solo play
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 1m38s

This commit is contained in:
Sebastian Unterschütz
2026-04-22 12:58:18 +02:00
parent de87b76005
commit 60581bf9ef
3 changed files with 5 additions and 5 deletions

View File

@@ -875,6 +875,7 @@ func (g *Game) resetForNewGame() {
g.lastRecvSeq = 0
// Spieler-State zurücksetzen
g.isOffline = false
g.scoreSubmitted = false
g.lastStatus = ""
g.correctionCount = 0