Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit 56c3b2a

Browse files
committed
Removed party_check command, as it was not fully implemented
1 parent d7cae18 commit 56c3b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/partychat_plugin/partychat_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class PartyChatPlugin(SimpleCommandPlugin):
1010
Party chat.
1111
"""
1212
name = 'partychat_plugin'
13-
commands = ['party', 'p', 'party_check']
13+
commands = ['party', 'p']
1414
depends = ['command_plugin', 'player_manager_plugin']
1515

1616
def activate(self):

0 commit comments

Comments
 (0)