mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Whoops, forgot to protect against no arguments. Silly me.
This commit is contained in:
parent
800e84a15e
commit
59e5f60e34
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ def cmd_cemit(command):
|
|||
session = command.session
|
||||
pobject = session.get_pobject()
|
||||
|
||||
if command.command_argument == 0:
|
||||
if not command.command_argument:
|
||||
session.msg("Channel emit what?")
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue