We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb6c171 + 7238bca commit 579edeeCopy full SHA for 579edee
ComputerInterface/BaseGameInterface.cs
@@ -46,7 +46,7 @@ public static Color GetColor()
46
public static void InitializeNoobMaterial(Color color)
47
{
48
if (CheckForComputer(out var computer) && PhotonNetwork.InRoom && GorillaTagger.Instance.myVRRig != null)
49
- GorillaTagger.Instance.myVRRig.photonView.RPC("InitializeNoobMaterial", RpcTarget.All, color.r, color.g, color.b, computer.leftHanded);
+ GorillaTagger.Instance.myVRRig.RPC("InitializeNoobMaterial", RpcTarget.All, color.r, color.g, color.b, computer.leftHanded);
50
}
51
52
#endregion
0 commit comments