Woraround bukkit schedule spin, add custom-models.txt, custom-texture.txt
This commit is contained in:
parent
4bc3030637
commit
4e810fc9d8
6 changed files with 84 additions and 58 deletions
|
|
@ -363,7 +363,7 @@ public class MapManager {
|
|||
}
|
||||
|
||||
scheduler.scheduleSyncRepeatingTask(plugin, new CheckWorldTimes(), 5*20, 5*20); /* Check very 5 seconds */
|
||||
scheduler.scheduleSyncRepeatingTask(plugin, new ProcessChunkLoads(), 1, 1); /* Chunk loader task */
|
||||
scheduler.scheduleSyncRepeatingTask(plugin, new ProcessChunkLoads(), 1, 2); /* Chunk loader task - do every 2 to work around bukkit issue */
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue