fix replay timerstr
This commit is contained in:
parent
b335707b7f
commit
43a2c3ea7c
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ async function main() {
|
||||||
Game.setGame(gameObject.id, gameObject)
|
Game.setGame(gameObject.id, gameObject)
|
||||||
REPLAY.log = log
|
REPLAY.log = log
|
||||||
REPLAY.lastRealTs = Time.timestamp()
|
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
|
REPLAY.lastGameTs = REPLAY.gameStartTs
|
||||||
TIME = () => REPLAY.lastGameTs
|
TIME = () => REPLAY.lastGameTs
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue