use ignore instead of _ because of Java8
This commit is contained in:
+1
-1
@@ -884,7 +884,7 @@ public class Platform
|
||||
return wrench.canWrench( player, x, y, z );
|
||||
}
|
||||
}
|
||||
catch (Throwable _)
|
||||
catch (Throwable ignore)
|
||||
{ // explodes without BC
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user