Skip to content

Commit

Permalink
chore(lobbies): disable fetch state by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Sep 30, 2024
1 parent 0ba04b5 commit 2fcd7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/lobbies/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
"fetch_lobby_manager_state": {
"name": "Fetch Lobby Manager State",
"description": "See full state of the lobby manager for debugging.",
"public": true
"public": false
},
"reset_lobby_manager_state": {
"name": "Reset Lobby Manager State",
"description": "Reset lobby manager state. For debugging only.",
"public": true
"public": false
}
},
"actors": {
Expand Down

0 comments on commit 2fcd7b9

Please sign in to comment.