From 75e21797e12d4abac9594e2f36c15a44f23f2e8e Mon Sep 17 00:00:00 2001 From: asofold Date: Mon, 15 Jul 2013 01:49:19 +0200 Subject: [PATCH] Minor cleanup. --- .../neatmonster/nocheatplus/checks/moving/Passable.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/Passable.java b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/Passable.java index 7f2c1773..f340c271 100644 --- a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/Passable.java +++ b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/checks/moving/Passable.java @@ -1,7 +1,5 @@ package fr.neatmonster.nocheatplus.checks.moving; -import java.util.Map; - import org.bukkit.Location; import org.bukkit.entity.Player; @@ -150,10 +148,4 @@ public class Passable extends Check { } } - @Override - protected Map getParameterMap(final ViolationData violationData) - { - return super.getParameterMap(violationData); - } - }