Skip to content

Commit

Permalink
Forgot to update this method...
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Aug 13, 2024
1 parent 84ee714 commit 612abd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void messageFromClient(NBTTagCompound nbt, EntityPlayerMP player) {

public EnumFacing getFacing() {
try {
return EnumFacing.getFront(this.getBlockMetadata() & 0x7);
return EnumFacing.byIndex(this.getBlockMetadata() & 0x7);
}
catch (Exception localException) {}
return EnumFacing.UP;
Expand Down

0 comments on commit 612abd6

Please sign in to comment.