diff options
Diffstat (limited to 'nms-patches/World.patch')
-rw-r--r-- | nms-patches/World.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/World.patch b/nms-patches/World.patch index d017d986..012f4cfe 100644 --- a/nms-patches/World.patch +++ b/nms-patches/World.patch @@ -237,7 +237,7 @@ + // CraftBukkit end + public boolean setAir(BlockPosition blockposition) { - Fluid fluid = this.b(blockposition); + Fluid fluid = this.getFluid(blockposition); @@ -234,6 +412,11 @@ @@ -392,8 +392,8 @@ try { ++entity.ticksLived; @@ -804,8 +1067,10 @@ - CrashReportSystemDetails crashreportsystemdetails1; CrashReport crashreport1; + CrashReportSystemDetails crashreportsystemdetails1; - for (i = 0; i < this.entityList.size(); ++i) { - entity = (Entity) this.entityList.get(i); |