Prevent room creation from client side? (Solved)

2 Sept 2022, 21:07

Is there a way to prevent users from creating rooms? I'm asking because on my game, rooms are created only by server-side, users are only allowed to join, so i'm trying to prevent possible hackers from do it.

(sorry my english)

3 Sept 2022, 09:41

Hi, please read these for a reference:

https://github.com/colyseus/colyseus/issues/349

https://github.com/colyseus/colyseus/issues/155

3 Sept 2022, 14:18

@coco Solved! Thank you!