use ignore instead of _ because of Java8

This commit is contained in:
thatsIch
2014-09-20 22:26:10 +02:00
parent fce96ec08b
commit 0885f340e2
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -884,7 +884,7 @@ public class Platform
return wrench.canWrench( player, x, y, z );
}
}
catch (Throwable _)
catch (Throwable ignore)
{ // explodes without BC
}