mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-01-12 19:30:54 +01:00
Added comment for debug note
This commit is contained in:
parent
4bd4d1bb0f
commit
4f1e493fc3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user