rooms
parent
7898558357
commit
3641d2bcf6
|
@ -97,7 +97,7 @@ func RunHub() {
|
||||||
continue
|
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) {
|
if !isUserInRoom(client.UserId, roomUsers) {
|
||||||
gocnjhelper.LogError("User not in room")
|
gocnjhelper.LogError("User not in room")
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue