mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Adjusting the width of the output in CmdTime
CmdTime has two table outputs that are not aligned in the same width. This change aligns the tables to the same width of 78.
This commit is contained in:
parent
50779ee84d
commit
7f3602f414
1 changed files with 1 additions and 1 deletions
|
|
@ -956,7 +956,7 @@ class CmdTime(COMMAND_DEFAULT_CLASS):
|
|||
"|wIn-Game time",
|
||||
"|wReal time x %g" % gametime.TIMEFACTOR,
|
||||
align="l",
|
||||
width=77,
|
||||
width=78,
|
||||
border_top=0,
|
||||
)
|
||||
epochtxt = "Epoch (%s)" % ("from settings" if settings.TIME_GAME_EPOCH else "server start")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue