mirror of
https://github.com/Qsgs-Fans/FreeKill.git
synced 2024-11-15 19:22:25 +08:00
typo
This commit is contained in:
parent
196e92f5d3
commit
2be5fe61f5
|
@ -352,7 +352,7 @@ Item {
|
||||||
const now = Date.now(); // ms
|
const now = Date.now(); // ms
|
||||||
const elapsed = now - (dat["timestamp"] ?? now);
|
const elapsed = now - (dat["timestamp"] ?? now);
|
||||||
|
|
||||||
if (total <= elapsd) {
|
if (total <= elapsed) {
|
||||||
roomScene.state = "notactive";
|
roomScene.state = "notactive";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user