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:
TehFamine 2020-11-27 08:01:26 -05:00 committed by GitHub
parent 50779ee84d
commit 7f3602f414

View file

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