Add newlines
This commit is contained in:
@@ -20,7 +20,7 @@ func Status(cmd *cobra.Command, args []string) {
|
||||
start_cmd.Stderr = &errb
|
||||
|
||||
if err := start_cmd.Run(); err != nil {
|
||||
fmt.Print("offline")
|
||||
fmt.Println("offline")
|
||||
return
|
||||
}
|
||||
|
||||
@@ -31,5 +31,5 @@ func Status(cmd *cobra.Command, args []string) {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
fmt.Printf("%d/%d players", active, max)
|
||||
fmt.Printf("%d/%d players\n", active, max)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user