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