diff --git a/src/templates/debug/anon_matchmaking.html b/src/templates/debug/anon_matchmaking.html
index 01515fa..4bc553c 100644
--- a/src/templates/debug/anon_matchmaking.html
+++ b/src/templates/debug/anon_matchmaking.html
@@ -5,20 +5,55 @@
Matchmaking Debug
+
+
+
+
+
+
+
Matchmaking Debug Information
@@ -41,7 +76,11 @@
{{ lobby.id }} |
1 |
- {{ lobby.nonHosts }}
+
+ {% for runner in lobby.nonHosts %}
+ - {{ runner.userId }}
+ {% endfor %}
+
|
{{ lobby.status }} |
diff --git a/src/templates/debug/matchmaking.html b/src/templates/debug/matchmaking.html
index 10530bf..dbe5e9b 100644
--- a/src/templates/debug/matchmaking.html
+++ b/src/templates/debug/matchmaking.html
@@ -5,17 +5,45 @@
Matchmaking Debug
@@ -46,7 +74,7 @@
{% for lobby in lobby_data %}
| {{ lobby.id }} |
- 1 |
+ {{ lobby.host }} |
{% for runner in lobby.nonHosts %}
|