mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 06:46:31 +01:00
Fixed unnecessary string break in CmdDesc
This commit is contained in:
parent
7c2eed4e7a
commit
5729676d32
1 changed files with 1 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ class CmdDesc(COMMAND_DEFAULT_CLASS):
|
|||
|
||||
def edit_handler(self):
|
||||
if self.rhs:
|
||||
self.msg("|rYou may specify a value, or use the edit switch, " "but not both.|n")
|
||||
self.msg("|rYou may specify a value, or use the edit switch, but not both.|n")
|
||||
return
|
||||
if self.args:
|
||||
obj = self.caller.search(self.args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue