mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-29 11:59:11 +00:00
2.2.29
This commit is contained in:
@@ -236,6 +236,8 @@ public class BukkitCustomFishingPluginImpl extends BukkitCustomFishingPlugin {
|
||||
this.storageManager.disable();
|
||||
this.hologramManager.disable();
|
||||
this.commandManager.unregisterFeatures();
|
||||
this.scheduler.shutdownScheduler();
|
||||
this.scheduler.shutdownExecutor();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -933,7 +933,7 @@ public class BukkitGameManager implements GameManager {
|
||||
@Override
|
||||
protected void tick() {
|
||||
timer++;
|
||||
if (timer % (21 - settings.difficulty() / 5) == 0) {
|
||||
if (timer % ((106 - (int) settings.difficulty()) / 5) == 0) {
|
||||
movePointer();
|
||||
}
|
||||
showUI();
|
||||
|
||||
Reference in New Issue
Block a user