This should make us AntiCheat friendly.

This commit is contained in:
nossr50
2012-06-03 14:38:33 -07:00
parent 6637758ad0
commit e3e400f376
4 changed files with 24 additions and 7 deletions

View File

@ -12,4 +12,4 @@ public class FakeBlockBreakEvent extends BlockBreakEvent {
public FakeBlockBreakEvent(Block theBlock, Player player) {
super(theBlock, player);
}
}
}