Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Whoops. Left testing code in.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 4, 2014
1 parent 27a0401 commit 3d349c2
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -13,7 +13,6 @@ public class VanillaToolNerfHandler {
@SubscribeEvent
public void breakSpeed(PlayerEvent.BreakSpeed event)
{
event.newSpeed = event.originalSpeed*10;
if(event.entityPlayer == null)
return;

Expand Down

0 comments on commit 3d349c2

Please sign in to comment.