fix bug
This commit is contained in:
@@ -67,7 +67,7 @@ onLoad(async (options) => {
|
||||
scores.value = p.arrows;
|
||||
}
|
||||
});
|
||||
if (battleInfo.startTime) {
|
||||
if (battleInfo.startTime > 0) {
|
||||
const remain = Date.now() / 1000 - battleInfo.startTime;
|
||||
if (remain <= 90) {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user