mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 08:16:30 +01:00
Fixed typo in @color ansi help text for newline.
Replaced {\ for {/
This commit is contained in:
parent
c4c662b33e
commit
8ba1509559
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ class CmdColorTest(MuxPlayerCommand):
|
|||
string += "\n " + " ".join(row)
|
||||
#print string
|
||||
self.msg(string)
|
||||
self.msg("{{X : black. {{\ : return, {{- : tab, {{_ : space, {{* : invert")
|
||||
self.msg("{{X : black. {{/ : return, {{- : tab, {{_ : space, {{* : invert")
|
||||
self.msg("To combine background and foreground, add background marker last, e.g. {{r{{[b.")
|
||||
|
||||
elif self.args.startswith("x"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue