@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user