Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 04:50:05 +01:00
12 Zeilen
402 B
Diff
12 Zeilen
402 B
Diff
|
--- a/net/minecraft/server/PathfinderAbstract.java
|
||
|
+++ b/net/minecraft/server/PathfinderAbstract.java
|
||
|
@@ -23,7 +23,7 @@
|
||
|
this.f = MathHelper.d(entityinsentient.width + 1.0F);
|
||
|
}
|
||
|
|
||
|
- public void a() {}
|
||
|
+ public void a() { this.a = (IBlockAccess) null; } // CraftBukkit - don't leak Chunk Cache
|
||
|
|
||
|
protected PathPoint a(int i, int j, int k) {
|
||
|
int l = PathPoint.b(i, j, k);
|