From 3641d2bcf6ddaf0396baa305a85af7795c9717d6 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 11 Mar 2023 21:14:54 +0100 Subject: [PATCH] rooms --- socketserver/hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socketserver/hub.go b/socketserver/hub.go index 0a142a7..e2b8251 100644 --- a/socketserver/hub.go +++ b/socketserver/hub.go @@ -97,7 +97,7 @@ func RunHub() { continue } - // check if user is really in the room and has not faked the room id + // check if user is in the room and has not faked the room id if !isUserInRoom(client.UserId, roomUsers) { gocnjhelper.LogError("User not in room") continue