From 48375acd7d6581b42b354618ed694a9d1cd25439 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 18 Oct 2025 20:37:00 -0300 Subject: overall improvements + keep up with querymanager v0.2 --- templates/world_list.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/world_list.tmpl') diff --git a/templates/world_list.tmpl b/templates/world_list.tmpl index de9786c..07494b6 100644 --- a/templates/world_list.tmpl +++ b/templates/world_list.tmpl @@ -7,12 +7,18 @@ Name Type Players Online + Status {{range .Worlds}} {{.Name}} {{.Type}} {{.NumPlayers}} + {{if gt .LastStartup .LastShutdown}} + Online + {{else}} + Offline + {{end}} {{end}} -- cgit v1.2.3