summaryrefslogtreecommitdiff
path: root/lagchunks.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-10 01:31:03 +0200
committerjomo <github@jomo.tv>2014-06-10 01:31:03 +0200
commit98620428ec0a1116a0530eab8feca3d48f75fb96 (patch)
tree16f04601bb18586e4f41a3ce66600a7da37c6a21 /lagchunks.py
parente466d5426cd6cdcc1d250f44b6f16c215b3affc9 (diff)
HUGE code cleanup
Diffstat (limited to 'lagchunks.py')
-rw-r--r--lagchunks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lagchunks.py b/lagchunks.py
index 9d1f44e..4bec197 100644
--- a/lagchunks.py
+++ b/lagchunks.py
@@ -1,3 +1,4 @@
+#pylint: disable=F0401
import org.bukkit as bukkit
from helpers import *
@@ -35,7 +36,7 @@ def tpChunk(sender, id):
msg(sender, "&aTeleported to &b%s&a, &b%s&a in &7%s&a with &b%s&a entities nearby." % (chunk[1], chunk[3], chunk[0].getName(), chunk[4]))
@hook.command("lagchunks")
-def onCommand(sender, args):
+def onLagchunksCommand(sender, args):
try:
if sender.hasPermission("utils.lagchunks"):
plugHeader(sender, "Lagchunks")