summaryrefslogtreecommitdiff
path: root/cycle.py
diff options
context:
space:
mode:
Diffstat (limited to 'cycle.py')
-rw-r--r--cycle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cycle.py b/cycle.py
index 4569f4c..2caeac2 100644
--- a/cycle.py
+++ b/cycle.py
@@ -4,7 +4,7 @@ no_cyclers = open_json_file("cycle", [])
@hook.command("cycle")
-def on_cycler_command(sender, args):
+def on_cycler_command(sender, command, label, args):
plugin_header(sender, "Cycle")
if not is_player(sender):
msg(sender, "&conly players can do this")