fix(multi): restrict search and game settings to room host only

This commit is contained in:
jessy-david-dev
2026-04-11 22:02:06 +02:00
parent 0401cdffe6
commit ede083f881
12 changed files with 126 additions and 34 deletions
File diff suppressed because one or more lines are too long
@@ -863,6 +863,7 @@ export const RoomScalarFieldEnum = {
totalRounds: 'totalRounds',
maxPlayers: 'maxPlayers',
gameMode: 'gameMode',
searchAllowed: 'searchAllowed',
startArticle: 'startArticle',
targetArticle: 'targetArticle',
roundWinner: 'roundWinner',
@@ -120,6 +120,7 @@ export const RoomScalarFieldEnum = {
totalRounds: 'totalRounds',
maxPlayers: 'maxPlayers',
gameMode: 'gameMode',
searchAllowed: 'searchAllowed',
startArticle: 'startArticle',
targetArticle: 'targetArticle',
roundWinner: 'roundWinner',