Merge pull request #2260 from TehFamine/patch-1

Adjusting the width of the output in CmdTime
This commit is contained in:
Griatch 2020-11-28 18:13:01 +01:00 committed by GitHub
commit 97c1f5dd2e

View file

@ -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")