Add async executor

This commit is contained in:
Sotr
2019-03-22 04:18:08 +08:00
parent 9c196c9a0b
commit 73003da5c8
2 changed files with 43 additions and 1 deletions

View File

@@ -1871,7 +1871,7 @@ public abstract class MinecraftServer implements IAsyncTaskHandler, IMojangStati
}
// CraftBukkit start
@Deprecated
//@Deprecated // Akarin - remove deprecated
public static MinecraftServer getServer() {
return SERVER;
}