alpha
alex 2023-03-11 21:14:54 +01:00
parent 7898558357
commit 3641d2bcf6
1 changed files with 1 additions and 1 deletions

View File

@ -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