Skip to content

Commit

Permalink
Remove SideOnly(CLIENT)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed May 2, 2022
1 parent 47c182b commit 50a0049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/mchorse/mappet/EventHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ public void onPlayerRightClickEmpty(PlayerInteractEvent.RightClickEmpty event)
}

@SubscribeEvent
@SideOnly(Side.CLIENT)
public void onPlayerRightClickItem(PlayerInteractEvent.RightClickItem event)
{
EntityPlayer player = event.getEntityPlayer();
Expand Down

0 comments on commit 50a0049

Please sign in to comment.