mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Don't error when @name without an argument.
This commit is contained in:
parent
3ec9f167d4
commit
5bce1e0ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ def cmd_name(command):
|
|||
session = command.session
|
||||
pobject = session.get_pobject()
|
||||
|
||||
if not command.command_string:
|
||||
if not command.command_argument:
|
||||
session.msg("What do you want to name?")
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue