putting it back at half a second
progress seemed to cease, I think maybe I overwhelmed bukkit’s scheduler somehow
This commit is contained in:
parent
5e41dcb021
commit
d80f1bd53d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class TaskManager {
|
|||
isNew = false;
|
||||
}
|
||||
TaskManager.configProcess = new ConfigProcess();
|
||||
TaskManager.loadTask = Bukkit.getScheduler().runTaskTimer( plugin, loadProcess, 0, 2 );
|
||||
TaskManager.loadTask = Bukkit.getScheduler().runTaskTimer( plugin, loadProcess, 0, 10 );
|
||||
TaskManager.configTask = Bukkit.getScheduler().runTaskTimer( plugin, configProcess, 0, 200 );
|
||||
return isNew;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue