From ecbd82668e1b20a126a000153165239d275544ab Mon Sep 17 00:00:00 2001 From: Lucky56 <55949451+Lucky-56@users.noreply.github.com> Date: Sat, 12 Jun 2021 19:05:33 +0200 Subject: [PATCH] no replay? then don't tell me the time --- source/Replay.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Replay.hx b/source/Replay.hx index fd7e851..f57e1ab 100644 --- a/source/Replay.hx +++ b/source/Replay.hx @@ -38,7 +38,7 @@ class Replay isDownscroll: false, songNotes: [], replayGameVer: version, - timestamp: Date.now() + timestamp: "-" }; }