Fix duplicate function name
This commit is contained in:
parent
49f0ba220b
commit
ee97d6f45e
@ -5676,7 +5676,7 @@ def cgamemode(cli, arg):
|
||||
|
||||
|
||||
@cmd("start", phases=("join",))
|
||||
def fstart(cli, nick, chan, rest):
|
||||
def start_cmd(cli, nick, chan, rest):
|
||||
"""Starts a game of Werewolf."""
|
||||
start(cli, nick, chan)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user