mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-06 06:15:26 +02:00
decrease entity remover frequency
This commit is contained in:
@@ -820,7 +820,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 2L, 2L);
|
}, 20L, 20L);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1037,9 +1037,6 @@ import java.util.UUID;
|
|||||||
}
|
}
|
||||||
final PlotWorld plotworld = PlotMain.getWorldSettings(world);
|
final PlotWorld plotworld = PlotMain.getWorldSettings(world);
|
||||||
final PlotManager manager = PlotMain.getPlotManager(world);
|
final PlotManager manager = PlotMain.getPlotManager(world);
|
||||||
System.out.print("WORLD = "+(world));
|
|
||||||
System.out.print("MANAGER = "+(manager == null));
|
|
||||||
System.out.print("PLOTWORLD = "+(plotworld == null));
|
|
||||||
return manager.getPlotBottomLocAbs(plotworld, id);
|
return manager.getPlotBottomLocAbs(plotworld, id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user