geforkt von Mirrors/Paper
attempt to track down some bugs
Dieser Commit ist enthalten in:
Ursprung
2db976c840
Commit
edb0debd16
@ -203,6 +203,12 @@ public class World implements IBlockAccess {
|
|||||||
}
|
}
|
||||||
result = lastChunkAccessed;
|
result = lastChunkAccessed;
|
||||||
}
|
}
|
||||||
|
if(result.j != i || result.k != j) {
|
||||||
|
if(this instanceof WorldServer) {
|
||||||
|
WorldServer ws = (WorldServer) this;
|
||||||
|
MinecraftServer.a.severe("Chunk fetched was not the chunk requested.");
|
||||||
|
}
|
||||||
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
// CraftBukkit end
|
// CraftBukkit end
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren