mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
Merge pull request #2260 from TehFamine/patch-1
Adjusting the width of the output in CmdTime
This commit is contained in:
commit
97c1f5dd2e
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