1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-29 15:49:21 +02:00

Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff

This commit is contained in:
Iaccidentally
2013-11-06 21:22:32 -05:00
parent a0efe4bd69
commit ed89f048a3
65 changed files with 432 additions and 443 deletions

View File

@@ -200,7 +200,6 @@ public class EssentialsAntiBuildListener implements Listener
if (prot.checkProtectionItems(AntiBuildConfig.blacklist_piston, block.getTypeId()))
{
event.setCancelled(true);
return;
}
}