Clean and finish

This commit is contained in:
mastermc05 2022-03-31 16:18:02 +03:00
parent 790f1f4966
commit da05fc4675
2 changed files with 25 additions and 10 deletions

View file

@ -563,7 +563,6 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
}
}
} else {
// synchronized (lock) {
if (prev_tick != cur_tick) {
prev_tick = cur_tick;
cur_tick_starttime = System.nanoTime();
@ -573,7 +572,6 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
} else {
cc.loadChunks(Integer.MAX_VALUE);
}
// }
}
}
/* If cancelled due to world unload return nothing */