Removed Data Users don't need

This commit is contained in:
ZKWolf 2024-06-12 17:42:19 +02:00
parent 9dcb954108
commit 364a0e0bfa
2 changed files with 0 additions and 6 deletions

View File

@ -61,11 +61,8 @@
<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></p>
<p><strong>Length of Queue:</strong> {{ len_queue }}</p>
<p><strong>Killed Lobbies:</strong> {{ len_killed_lobbies }}</p>
<p><strong>Queued Runners:</strong> {{ len_queued_runners }}</p>
<p><strong>Queued Hunters:</strong> {{ len_queued_hunters }}</p>
<p><strong>Open Lobbies:</strong> {{ len_open_lobbies }}</p>
<h2>Lobby Data</h2>
<table>

View File

@ -60,11 +60,8 @@
<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>Length of Queue:</strong> {{ len_queue }}</p>
<p><strong>Killed Lobbies:</strong> {{ len_killed_lobbies }}</p>
<p><strong>Queued Runners:</strong> {{ len_queued_runners }}</p>
<p><strong>Queued Hunters:</strong> {{ len_queued_hunters }}</p>
<p><strong>Open Lobbies:</strong> {{ len_open_lobbies }}</p>
<h2>Lobby Data</h2>
<table>