mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Don't need additional delay - using AsycnQueue for that
This commit is contained in:
parent
0a1de1b18e
commit
5f23afe608
@ -151,7 +151,7 @@ public class MapManager {
|
||||
public void handle(MapTile t) {
|
||||
if(do_sync_render)
|
||||
scheduler.scheduleSyncDelayedTask(plug_in,
|
||||
new FullWorldRenderState(t), (int)(timeslice_interval*20));
|
||||
new FullWorldRenderState(t), 1);
|
||||
else
|
||||
render(t);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user