const data = await ctx.modules.lobbies.setLobbyReady({ // Request body});
Scripts (Public)
Set Lobby Ready
Called on lobby startup after initiation to notify it can start accepting player. This should be called after operations like loading maps are complete.
Copy
const data = await ctx.modules.lobbies.setLobbyReady({ // Request body});