Position markers on pedestals now activate when a podium is manually claimed.
This commit is contained in:
@@ -144,9 +144,15 @@ public class GameManagerBase : UdonSharpBehaviour
|
||||
EnableAudienceSilencer(false);
|
||||
|
||||
_HostPositionMarker.SetPlayer(_CaseManager.GetHostOwner().displayName);
|
||||
|
||||
string[] WinningPlayers = _CaseManager.GetCurrentWinningPlayers();
|
||||
for (int i = 0; i < _PlayerPositionMarkers.Length; i++)
|
||||
{
|
||||
if (_PlayerPositionMarkers[i].IsSet())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
string PlayerName = "";
|
||||
if (i < WinningPlayers.Length)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user