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

Fixed minor Green Terra bugs on Stone Brick

This commit is contained in:
bm01
2012-05-10 15:54:29 +02:00
parent 06791beabd
commit cbafa7110a
10 changed files with 65 additions and 63 deletions

View File

@@ -423,7 +423,7 @@ public class Skills {
/* FALLS THROUGH */
case GREEN_TERRA:
if (!ability.blockCheck(block.getType())) {
if (!ability.blockCheck(block)) {
activate = false;
break;
}