Add current tick information to the server-status
This commit is contained in:
parent
1412579c6c
commit
3ba7652c74
5 changed files with 85 additions and 64 deletions
|
@ -175,7 +175,8 @@ func InnerMain(command string, args ...string) error {
|
|||
default:
|
||||
fmt.Printf("Ready: %t\n", response.Ready)
|
||||
fmt.Printf("Version: %s\n", response.Version)
|
||||
fmt.Printf("Tick: %d\n", response.Tick)
|
||||
fmt.Printf("Tick Rate: %d\n", response.TickRate)
|
||||
fmt.Printf("Current Tick: %d\n", response.CurrentTick)
|
||||
fmt.Printf("Next Tick: %s\n", response.NextTick)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue