Added HREF to private_matches and fixed typo

This commit is contained in:
ZKWolf 2024-07-29 19:52:12 +02:00
parent 8ebc47825f
commit 6c537f948f
2 changed files with 6 additions and 4 deletions

View File

@ -56,11 +56,12 @@
<meta name="theme-color" content="#ffffff">
</head>
<body>
<h1>Matchmaking Debug Information</h1>
<h1>Matchmaking Information</h1>
<h2>Register a Private match here: <a href="/matchmaking/private_match">Private Match Registration</a></h2>
<p><strong>Currently online players: {{ len_rich_presence }}<br></strong></p>
<p><strong>Current players in LockerRoom: {{ current_players_locker_room }}<br></strong></p>
<p><strong>Current players in Arena: {{ current_players_arena }}<br></strong></p>
<p><strong>Currently open privat lobbys: {{ len_private_lobbies }}<br></strong></p>
<p><strong>Currently open private lobby's: {{ len_private_lobbies }}<br></strong></p>
<p></p>
<p><strong>Killed Lobbies:</strong> {{ len_killed_lobbies }}</p>
<p><strong>Queued Runners:</strong> {{ len_queued_runners }}</p>

View File

@ -56,11 +56,12 @@
<meta name="theme-color" content="#ffffff">
</head>
<body>
<h1>Matchmaking Debug Information</h1>
<h1>Matchmaking Information DEVELOPMENT ENV</h1>
<h2>Register a Private match here: <a href="/matchmaking/private_match">Private Match Registration</a></h2>
<p><strong>Currently online players: {{ len_rich_presence }}<br></strong></p>
<p><strong>Current players in LockerRoom: {{ current_players_locker_room }}<br></strong></p>
<p><strong>Current players in Arena: {{ current_players_arena }}<br></strong></p>
<p><strong>Currently open privat lobbys: {{ len_private_lobbies }}<br></strong></p>
<p><strong>Currently open private lobby's: {{ len_private_lobbies }}<br></strong></p>
<p><strong>Killed Lobbies:</strong> {{ len_killed_lobbies }}</p>
<p><strong>Queued Runners:</strong> {{ len_queued_runners }}</p>