From 6c537f948f65fe02100da772c2f8e76c38b9cd6f Mon Sep 17 00:00:00 2001 From: ZKWolf <34097612+wolfswolke@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:52:12 +0200 Subject: [PATCH] Added HREF to private_matches and fixed typo --- src/templates/matchmaking/anon_matchmaking.html | 5 +++-- src/templates/matchmaking/matchmaking.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/templates/matchmaking/anon_matchmaking.html b/src/templates/matchmaking/anon_matchmaking.html index 8bca1bc..883949e 100644 --- a/src/templates/matchmaking/anon_matchmaking.html +++ b/src/templates/matchmaking/anon_matchmaking.html @@ -56,11 +56,12 @@ -

Matchmaking Debug Information

+

Matchmaking Information

+

Register a Private match here: Private Match Registration

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 }}

+

Currently open private lobby's: {{ len_private_lobbies }}

Killed Lobbies: {{ len_killed_lobbies }}

Queued Runners: {{ len_queued_runners }}

diff --git a/src/templates/matchmaking/matchmaking.html b/src/templates/matchmaking/matchmaking.html index 9840b44..4260477 100644 --- a/src/templates/matchmaking/matchmaking.html +++ b/src/templates/matchmaking/matchmaking.html @@ -56,11 +56,12 @@ -

Matchmaking Debug Information

+

Matchmaking Information DEVELOPMENT ENV

+

Register a Private match here: Private Match Registration

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 }}

+

Currently open private lobby's: {{ len_private_lobbies }}

Killed Lobbies: {{ len_killed_lobbies }}

Queued Runners: {{ len_queued_runners }}