mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Changed BlockFace enum to match coding standards
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user