Renamed constants

This commit is contained in:
thatsIch
2015-01-01 22:13:10 +01:00
parent e0175bac98
commit 52c512635d
118 changed files with 511 additions and 508 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public class BlockUpdate implements Callable
public Object call() throws Exception
{
if ( this.w.blockExists( this.x, this.y, this.z ) )
this.w.notifyBlocksOfNeighborChange( this.x, this.y, this.z, Platform.air );
this.w.notifyBlocksOfNeighborChange( this.x, this.y, this.z, Platform.AIR );
return true;
}