@@ -1,7 +1,7 @@
|
||||
--- a/net/minecraft/server/TickListServer.java
|
||||
+++ b/net/minecraft/server/TickListServer.java
|
||||
@@ -37,11 +37,17 @@
|
||||
this.b();
|
||||
@@ -39,11 +39,17 @@
|
||||
public void a() {
|
||||
int i = this.nextTickList.size();
|
||||
|
||||
- if (i != this.nextTickListHash.size()) {
|
||||
@@ -19,4 +19,13 @@
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
|
||||
this.h.getMethodProfiler().enter("selecting");
|
||||
ChunkProviderServer chunkproviderserver = this.f.getChunkProvider();
|
||||
@@ -82,7 +88,7 @@
|
||||
throw new ReportedException(crashreport);
|
||||
}
|
||||
} else {
|
||||
- this.a(nextticklistentry.a, nextticklistentry.b(), 0);
|
||||
+ this.a(nextticklistentry.a, (T) nextticklistentry.b(), 0); // CraftBukkit - decompile error
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user