update 随机PK 移除测试延迟代码
This commit is contained in:
parent
a1d9b1f75b
commit
8d3ac7761f
@ -97,9 +97,7 @@ public class RandomPkManager {
|
|||||||
for (OnRandomPkTimer onRandomPkTimer : randomPkTimer) {
|
for (OnRandomPkTimer onRandomPkTimer : randomPkTimer) {
|
||||||
onRandomPkTimer.onTimer(String.format(Locale.CHINA, "%02d:%02d", min, sec));
|
onRandomPkTimer.onTimer(String.format(Locale.CHINA, "%02d:%02d", min, sec));
|
||||||
}
|
}
|
||||||
if (sec == 2) {
|
nextPk();
|
||||||
nextPk();
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user