From ddfd213b6962d69900024ed80fee16be455de2ec Mon Sep 17 00:00:00 2001 From: sekwah41 Date: Tue, 8 Oct 2013 10:36:42 +0100 Subject: [PATCH] Made the code slightly neater --- Advanced Portals/src/com/sekwah/advancedportals/Listeners.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advanced Portals/src/com/sekwah/advancedportals/Listeners.java b/Advanced Portals/src/com/sekwah/advancedportals/Listeners.java index 5cdfc51..584261c 100644 --- a/Advanced Portals/src/com/sekwah/advancedportals/Listeners.java +++ b/Advanced Portals/src/com/sekwah/advancedportals/Listeners.java @@ -19,7 +19,7 @@ public class Listeners implements Listener { @SuppressWarnings("deprecation") - @EventHandler + @EventHandler public void oniteminteract(PlayerInteractEvent event) { // will detect if the player is using an axe so the points of a portal can be set // also any other detections such as sign interaction or basic block protection