mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 16:26:30 +01:00
Made a small fix for now to make unittest succeed.
This commit is contained in:
parent
79f5a4a93a
commit
609c784b14
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ class CmdOption(MuxPlayerCommand):
|
|||
row.append("%s%s" % (saved, changed))
|
||||
table.add_row(*row)
|
||||
|
||||
self.msg("|wClient settings (%s):|n\n%s|n" % (self.session.protocol_key, table))
|
||||
self.msg("{wClient settings (%s):|n\n%s|n" % (self.session.protocol_key, table))
|
||||
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue