show game map name in public lobby

This commit is contained in:
Evan
2025-02-09 13:15:06 -08:00
parent 6ff4e10a7e
commit b3498976fb
4 changed files with 11 additions and 4 deletions
+1
View File
@@ -195,6 +195,7 @@ function updateLobbies() {
id: g.id,
msUntilStart: g.startTime() - Date.now(),
numClients: g.numClients(),
gameConfig: g.gameConfig,
}))
.sort((a, b) => a.msUntilStart - b.msUntilStart),
});