Added timeslicing to configuration

This commit is contained in:
Mike Primm 2011-05-08 23:12:58 -05:00 committed by FrozenCow
parent 6c708d1b3a
commit 88db6445f9
2 changed files with 7 additions and 1 deletions

View file

@ -62,7 +62,7 @@ public class MapManager {
if (bukkitWorld != null)
activateWorld(bukkitWorld);
}
do_timesliced_render = configuration.getBoolean("timeslicerender", false);
do_timesliced_render = configuration.getBoolean("timeslicerender", true);
timeslice_interval = configuration.getDouble("timesliceinterval", 0.5);
scheduler = plugin.getServer().getScheduler();