From 6b72cd1ebfc0af6804e8a6351c49c194a8f8532f Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 17 Aug 2025 01:38:06 -0300 Subject: fix online list --- templates/world_info.tmpl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'templates') diff --git a/templates/world_info.tmpl b/templates/world_info.tmpl index c0f9c24..578a0f7 100644 --- a/templates/world_info.tmpl +++ b/templates/world_info.tmpl @@ -38,20 +38,12 @@ Name Level Vocation - World - Status {{range .OnlineCharacters}} {{.Name}} {{or .Level 1}} {{or .Profession "None"}} - {{.World}} - {{if .Online}} - Online - {{else}} - Offline - {{end}} {{end}} -- cgit v1.2.3