Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alcatrazEscapee committed Jul 7, 2018
1 parent f39a015 commit ef60e21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/net/dries007/tfc/CommonEventHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public class CommonEventHandler
* Make leaves drop sticks
*/
@SubscribeEvent
@SuppressWarnings("unused")
public static void onBlockHarvestDrops(BlockEvent.HarvestDropsEvent event)
{
final EntityPlayer harvester = event.getHarvester();
Expand All @@ -68,7 +67,6 @@ public static void onBlockHarvestDrops(BlockEvent.HarvestDropsEvent event)
* Note: `onBlockActivate` doesn't get called when the player is sneaking, unless doesSneakBypassUse returns true.
* We have this event already, might as well use it.
*/
@SuppressWarnings("unused")
@SubscribeEvent
public static void onRightClickBlock(PlayerInteractEvent.RightClickBlock event)
{
Expand Down

0 comments on commit ef60e21

Please sign in to comment.