Added comment for debug note

This commit is contained in:
sekwah41 2013-12-16 22:51:31 +00:00
parent 4bd4d1bb0f
commit 4f1e493fc3
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ public class PortalProtect implements Listener {
@EventHandler(priority = EventPriority.HIGH)
public void onExplosion(EntityExplodeEvent event){
// Debug this as is was working at one point but it has stopped working
List<Block> blockList = event.blockList();
for (int i = 0; i < blockList.size(); i++) {
Block block = blockList.get(i);