This commit is contained in:
2026-04-05 16:46:46 +02:00
parent 82709ea421
commit 72bac6e6f1
+2
View File
@@ -81,6 +81,8 @@ xrd.on('connection', async (ws, request) => {
ws.on('close', () => {
currentUsers--;
send_xrd_online(initialData.users);
clients = clients.filter(client => client !== ws);
});
});