Bukkit Timers, now with 100% less github-services branch.

This commit is contained in:
thylordroot
2011-01-10 10:10:37 +08:00
committed by Dinner Bone
parent e5d7a46029
commit e91d523642
2 changed files with 13 additions and 0 deletions

View File

@@ -123,6 +123,9 @@ implements ICommandListener, Runnable {
}
}
a.info("Starting timer event scheduler");
server.getScheduler().start();
e();
}
@@ -147,6 +150,10 @@ implements ICommandListener, Runnable {
private void g() {
a.info("Stopping server");
a.info("Starting timer event scheduler");
server.getScheduler().disable();
if (f != null) {
f.d();
}