Replaces all constants regarding their naming conventions
This commit is contained in:
@@ -45,7 +45,7 @@ public class BlockUpdate implements Callable
|
||||
{
|
||||
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_BLOCK );
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user