Skip to content

Commit b758cb7

Browse files
committed
example: comment out joining queue and lobby rooms
1 parent 1003d19 commit b758cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/main.script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ function init(self)
186186

187187
-- Join 3 room types
188188
join_my_room()
189-
join_lobby_room()
190-
join_queue_room()
189+
-- join_lobby_room()
190+
-- join_queue_room()
191191

192192
-- Example of making an HTTP request to the server
193193
client.auth.token = "123"

0 commit comments

Comments
 (0)