Minor patch changes
This commit is contained in:
parent
b89848009c
commit
5a75d2ebe7
5 changed files with 33 additions and 121 deletions
|
@ -26,8 +26,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
this.profiler = this.metricsRecorder.getProfiler();
|
||||
this.onMetricsRecordingStopped = (methodprofilerresults) -> {
|
||||
@@ -0,0 +0,0 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
|
||||
return false;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
- @Deprecated
|
||||
public static MinecraftServer getServer() {
|
||||
- return (Bukkit.getServer() instanceof CraftServer) ? ((CraftServer) Bukkit.getServer()).getServer() : null;
|
||||
+ return SERVER; // Paper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue