Skip to content

Commit 5b01d9f

Browse files
committed
chore: fix print arma3 TimeLeft
1 parent 839eb2c commit 5b01d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/a3sb/print_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func printInfo(client *a2s.Client, json bool) {
6262
{"Content hash:", arma.LoadedContentHash},
6363
{"Country:", arma.Country},
6464
{"Island name:", arma.Island},
65-
{"Time left:", fmt.Sprintf("%s", arma.TimeLeft)},
65+
{"Time left:", arma.TimeLeft.String()},
6666
{"Required version:", fmt.Sprintf("%d", arma.RequiredVersion)},
6767
{"Required build:", fmt.Sprintf("%d", arma.RequiredBuildNo)},
6868
{"Language:", arma.Language.String()},

0 commit comments

Comments
 (0)