Changed BlockFace enum to match coding standards

This commit is contained in:
Dinnerbone
2011-01-15 20:16:30 +00:00
parent 5aa1bc269d
commit 2184d240db
8 changed files with 18 additions and 18 deletions

View File

@@ -385,7 +385,7 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
if (blockClicked != null && itemstack != null) {
blockFace = CraftBlock.notchToBlockFace(packet15place.d);
} else {
blockFace = BlockFace.Self;
blockFace = BlockFace.SELF;
}
// CraftBukkit if rightclick decremented the item, always send the update packet.