summaryrefslogtreecommitdiff
path: root/friends.py
diff options
context:
space:
mode:
Diffstat (limited to 'friends.py')
-rw-r--r--friends.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/friends.py b/friends.py
index 689c526..870560e 100644
--- a/friends.py
+++ b/friends.py
@@ -125,7 +125,7 @@ def fhelp(sender):
@hook.command("friends")
-def on_friend_command(sender, args):
+def on_friend_command(sender, command, label, args):
if not is_player(sender):
friendmessage(sender, "&c&lYou can't have friends!")
return True