mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Revert "Bukkit Timers, now with 100% less github-services branch."
This reverts commit 7c37a03a092be7e9c3fb242b4cbe4f6644899af6. By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
8ae8293fa8
commit
38e7b5cb6a
1 changed files with 0 additions and 6 deletions
|
@ -21,14 +21,12 @@ public final class CraftServer implements Server {
|
|||
|
||||
protected final MinecraftServer console;
|
||||
protected final ServerConfigurationManager server;
|
||||
protected CraftScheduler scheduler;
|
||||
|
||||
public CraftServer(MinecraftServer console, ServerConfigurationManager server) {
|
||||
this.console = console;
|
||||
this.server = server;
|
||||
|
||||
pluginManager.RegisterInterface(JavaPluginLoader.class);
|
||||
scheduler = new CraftScheduler(this);
|
||||
}
|
||||
|
||||
public void loadPlugins() {
|
||||
|
@ -120,10 +118,6 @@ public final class CraftServer implements Server {
|
|||
public void setTime(long time) {
|
||||
console.e.e = time;
|
||||
}
|
||||
|
||||
public CraftScheduler getScheduler() {
|
||||
return scheduler;
|
||||
}
|
||||
|
||||
public ServerConfigurationManager getHandle() {
|
||||
return server;
|
||||
|
|
Loading…
Reference in a new issue