Don't even bother.
This commit is contained in:
@@ -342,8 +342,9 @@ def forcefield_command():
|
|||||||
|
|
||||||
@maincommand
|
@maincommand
|
||||||
def other(sender, command, label, args):
|
def other(sender, command, label, args):
|
||||||
...Execute command if no sub commands were found
|
...Execute command if no sub commands were called
|
||||||
|
|
||||||
@command("simplestuff")
|
@command("simplestuff")
|
||||||
def simplestuff_command(sender, command, label, args):
|
def simplestuff_command(sender, command, label, args):
|
||||||
msg(sender, "hi, I do not use subcommands!")
|
msg(sender, "hi, I do not use subcommands!")
|
||||||
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user