diff --git a/src/templates/gameservers/server_list.html b/src/templates/gameservers/server_list.html index 01b5dba..e3f95fc 100644 --- a/src/templates/gameservers/server_list.html +++ b/src/templates/gameservers/server_list.html @@ -11,7 +11,8 @@ - Players + Cur. + Avg. Server @@ -35,7 +36,8 @@ {% endif %} {% endwith %} - {{server.players_current}} + {{server.players_current}} + {{server.players_avg}} {{server}}