rust/hedgewars-server/src/handlers/inlobby.rs
changeset 15526 24f692e791d3
parent 15482 4cc9ec732392
child 15533 0606f89698e7
--- a/rust/hedgewars-server/src/handlers/inlobby.rs	Tue Dec 24 20:57:58 2019 +0300
+++ b/rust/hedgewars-server/src/handlers/inlobby.rs	Tue Dec 24 21:45:26 2019 +0300
@@ -103,8 +103,8 @@
                     html.push(format!(
                         "<tr><td>{}</td><td>{}</td><td>{}</td></tr>",
                         super::utils::protocol_version_string(protocol),
-                        server.protocol_clients(protocol).count(),
-                        server.protocol_rooms(protocol).count()
+                        server.protocol_client_ids(protocol).count(),
+                        server.protocol_room_ids(protocol).count()
                     ));
                 }
                 html.push("</table>".to_string());