Player permissions are functional, and properly enables and disables cameras.

This commit is contained in:
2025-09-07 04:30:05 -04:00
parent 0053f283c7
commit 168d814ad9
14 changed files with 309 additions and 51 deletions
@@ -349,7 +349,7 @@ public class GameManagerRound3 : GameManagerBase
{
HostCardBetweenRoundsInterface Interface =
(HostCardBetweenRoundsInterface)GetHostCardInterface(RoundSegmentType.BetweenSegments);
Interface.HeaderUI.text = "Rockin' it acapella";
Interface.HeaderUI.text = "Rockin' it a capella";
Interface.CommentUI.text = "";
_AudioManager.SendCustomNetworkEvent(NetworkEventTarget.All, "FadeOutMusic");