mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3651 from willmofield/eveditor-justify-help-typo
Fix default justify behaviour in EvEditor
This commit is contained in:
commit
05d082edd5
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ class CmdEditorGroup(CmdEditorBase):
|
|||
+ " [f]ull (default), [c]enter, [r]right or [l]eft"
|
||||
)
|
||||
return
|
||||
align = align_map[self.arg1.lower()] if self.arg1 else "f"
|
||||
align = align_map[self.arg1.lower()] if self.arg1 else "l"
|
||||
width = _DEFAULT_WIDTH
|
||||
if self.arg2:
|
||||
value = self.arg2.lstrip("=")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue