1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 18:53:11 +01:00

Shutting up an IDE warning.

This commit is contained in:
nossr50
2012-02-22 21:12:37 -08:00
parent 799e11c36c
commit 68dd18067e

View File

@@ -26,4 +26,8 @@ public class FakeBlockBreakEvent extends BlockBreakEvent {
public FakeBlockBreakEvent(Block theBlock, Player player) {
super(theBlock, player);
}
public static long getSerialversionuid() {
return serialVersionUID;
}
}