From a8106b88865a010178ffb51f7d787180729a007a Mon Sep 17 00:00:00 2001 From: ZKWolf <34097612+wolfswolke@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:41:43 +0200 Subject: [PATCH] Added Private Lobby LEN --- src/templates/{debug => matchmaking}/matchmaking.html | 1 + 1 file changed, 1 insertion(+) rename src/templates/{debug => matchmaking}/matchmaking.html (96%) diff --git a/src/templates/debug/matchmaking.html b/src/templates/matchmaking/matchmaking.html similarity index 96% rename from src/templates/debug/matchmaking.html rename to src/templates/matchmaking/matchmaking.html index 82d035e..9840b44 100644 --- a/src/templates/debug/matchmaking.html +++ b/src/templates/matchmaking/matchmaking.html @@ -60,6 +60,7 @@

Currently online players: {{ len_rich_presence }}

Current players in LockerRoom: {{ current_players_locker_room }}

Current players in Arena: {{ current_players_arena }}

+

Currently open privat lobbys: {{ len_private_lobbies }}

Killed Lobbies: {{ len_killed_lobbies }}

Queued Runners: {{ len_queued_runners }}