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",
|
"|wIn-Game time",
|
||||||
"|wReal time x %g" % gametime.TIMEFACTOR,
|
"|wReal time x %g" % gametime.TIMEFACTOR,
|
||||||
align="l",
|
align="l",
|
||||||
width=77,
|
width=78,
|
||||||
border_top=0,
|
border_top=0,
|
||||||
)
|
)
|
||||||
epochtxt = "Epoch (%s)" % ("from settings" if settings.TIME_GAME_EPOCH else "server start")
|
epochtxt = "Epoch (%s)" % ("from settings" if settings.TIME_GAME_EPOCH else "server start")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue