Add tick information to server status

This commit is contained in:
Marc Di Luzio 2020-06-06 16:37:57 +01:00
parent 6ac5a559b5
commit db38ad6091
3 changed files with 16 additions and 4 deletions

View file

@ -105,6 +105,8 @@ func InnerMain(command string) error {
} else {
fmt.Printf("Ready: %t\n", response.Ready)
fmt.Printf("Version: %s\n", response.Version)
fmt.Printf("Tick: %d\n", response.Tick)
fmt.Printf("Next Tick: %s\n", response.NextTick)
}
case "register":