mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
Added HREF to private_matches and fixed typo
This commit is contained in:
parent
8ebc47825f
commit
6c537f948f
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user