Version U0.1.5

This commit is contained in:
drtshock 2014-09-25 13:44:35 -05:00
parent 39e0380570
commit bf6a3c2a4b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<groupId>com.massivecraft</groupId>
<artifactId>Factions</artifactId>
<version>1.6.9.5-U0.1.4</version>
<version>1.6.9.5-U0.1.5</version>
<packaging>jar</packaging>
<name>Factions</name>

View File

@ -37,7 +37,7 @@ public class FactionsBlockListener implements Listener {
}
if (!playerCanBuildDestroyBlock(event.getPlayer(), event.getBlock().getLocation(), "build", false)) {
event.setBuild(false);
event.setCancelled(true);
}
}