summaryrefslogtreecommitdiffstats
path: root/nms-patches/TickListServer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/TickListServer.patch')
-rw-r--r--nms-patches/TickListServer.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/TickListServer.patch b/nms-patches/TickListServer.patch
index 50a952e3..4cc3e3ca 100644
--- a/nms-patches/TickListServer.patch
+++ b/nms-patches/TickListServer.patch
@@ -37,7 +37,7 @@
+ // CraftBukkit end
}
- this.f.methodProfiler.a("cleaning");
+ this.f.methodProfiler.enter("cleaning");
- NextTickListEntry nextticklistentry;
+ NextTickListEntry<T> nextticklistentry; // CraftBukkit - decompile error