diff --git a/commons/src/commonMain/kotlin/com/vitorpamplona/amethyst/commons/chess/ChessLobbyState.kt b/commons/src/commonMain/kotlin/com/vitorpamplona/amethyst/commons/chess/ChessLobbyState.kt index d33577f7a..894673718 100644 --- a/commons/src/commonMain/kotlin/com/vitorpamplona/amethyst/commons/chess/ChessLobbyState.kt +++ b/commons/src/commonMain/kotlin/com/vitorpamplona/amethyst/commons/chess/ChessLobbyState.kt @@ -480,7 +480,9 @@ class ChessLobbyState( result = result, termination = termination, moveCount = liveState.moveHistory.value.size, - completedAt = TimeUtils.now(), + completedAt = + com.vitorpamplona.quartz.utils.TimeUtils + .now(), ) _completedGames.update { current ->