diff --git a/.classpath b/.classpath index 6b746735..22c736b4 100644 --- a/.classpath +++ b/.classpath @@ -1,15 +1,15 @@ - - + + - - - - - - - + + + + + + + diff --git a/src/com/projectkorra/ProjectKorra/Methods.java b/src/com/projectkorra/ProjectKorra/Methods.java index 7107d915..5b7e1a21 100644 --- a/src/com/projectkorra/ProjectKorra/Methods.java +++ b/src/com/projectkorra/ProjectKorra/Methods.java @@ -1578,23 +1578,11 @@ public class Methods { } if (fcp != null && mcore != null && respectFactions) { - if (ignite.contains(ability)) { - - } - - if (explode.contains(ability)) { - - } - - if (!FactionsListenerMain.canPlayerBuildAt(player, - PS.valueOf(loc.getBlock()), false)) { + if (!FactionsListenerMain.canPlayerBuildAt(player, PS.valueOf(loc.getBlock()), false)) { return true; + }else{ + return false; } - - // if (!FactionsBlockListener.playerCanBuildDestroyBlock(player, - // location, "build", true)) { - // return true; - // } } if (twnp != null && respectTowny) {