9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-23 17:09:21 +00:00
This commit is contained in:
Xiao-MoMi
2022-07-23 20:00:40 +08:00
parent 1955677b06
commit f9761f2fe6
12 changed files with 51 additions and 10 deletions

View File

@@ -33,7 +33,6 @@ public class CropTimer {
public void stopTimer(int ID) {
Bukkit.getScheduler().cancelTask(ID);
Bukkit.getServer().getScheduler().cancelTask(ID);
}
public int getTaskID() {