diff options
Diffstat (limited to 'nms-patches')
-rw-r--r-- | nms-patches/World.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/World.patch b/nms-patches/World.patch index d9d7ba1a..95bd5961 100644 --- a/nms-patches/World.patch +++ b/nms-patches/World.patch @@ -383,6 +383,15 @@ Iterator iterator = this.tileEntityListTick.iterator(); while (iterator.hasNext()) { +@@ -1140,7 +1373,7 @@ + + if (this.isLoaded(blockposition) && this.N.a(blockposition)) { + try { +- this.methodProfiler.a(tileentity.getClass().getSimpleName()); ++ this.methodProfiler.a(""/*tileentity.getClass().getSimpleName()*/); // CraftBukkit: SPIGOT-1900 + ((ITickable) tileentity).c(); + this.methodProfiler.b(); + } catch (Throwable throwable2) { @@ -1162,11 +1395,13 @@ } |