We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839eb2c commit 5b01d9fCopy full SHA for 5b01d9f
cli/a3sb/print_info.go
@@ -62,7 +62,7 @@ func printInfo(client *a2s.Client, json bool) {
62
{"Content hash:", arma.LoadedContentHash},
63
{"Country:", arma.Country},
64
{"Island name:", arma.Island},
65
- {"Time left:", fmt.Sprintf("%s", arma.TimeLeft)},
+ {"Time left:", arma.TimeLeft.String()},
66
{"Required version:", fmt.Sprintf("%d", arma.RequiredVersion)},
67
{"Required build:", fmt.Sprintf("%d", arma.RequiredBuildNo)},
68
{"Language:", arma.Language.String()},
0 commit comments