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 d89dd48d57
commit df4b17844f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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