9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-04 15:41:35 +00:00
This commit is contained in:
Xiao-MoMi
2022-08-10 18:27:57 +08:00
parent 6d44100b93
commit 0823b09463
12 changed files with 280 additions and 123 deletions

View File

@@ -189,8 +189,8 @@ public class Competition {
}
public void cancel() {
ranking.clear();
BossBarManager.stopAllTimer();
ranking.clear();
this.timerTask.cancel();
status = false;
}