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

This reverts commit 7c37a03a092be7e9c3fb242b4cbe4f6644899af6.
This commit is contained in:
Dinnerbone
2011-01-10 03:09:41 +00:00
parent 0a15f98a2e
commit 11b114ca16
2 changed files with 0 additions and 13 deletions

View File

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