diff --git a/evennia/commands/default/player.py b/evennia/commands/default/player.py index ff5023c66d..d95d42142b 100644 --- a/evennia/commands/default/player.py +++ b/evennia/commands/default/player.py @@ -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