fix replay timerstr

This commit is contained in:
Zutatensuppe 2021-05-02 20:15:33 +02:00
parent b335707b7f
commit 43a2c3ea7c

View file

@ -537,7 +537,7 @@ async function main() {
Game.setGame(gameObject.id, gameObject)
REPLAY.log = log
REPLAY.lastRealTs = Time.timestamp()
REPLAY.gameStartTs = REPLAY.log[0][REPLAY.log[0].length - 1]
REPLAY.gameStartTs = REPLAY.log[0][REPLAY.log[0].length - 2]
REPLAY.lastGameTs = REPLAY.gameStartTs
TIME = () => REPLAY.lastGameTs
} else {