Skip to content

Commit 579edee

Browse files
authored
Merge pull request #85 from HuskyGT/patch-1
2 parents bb6c171 + 7238bca commit 579edee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ComputerInterface/BaseGameInterface.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static Color GetColor()
4646
public static void InitializeNoobMaterial(Color color)
4747
{
4848
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);
49+
GorillaTagger.Instance.myVRRig.RPC("InitializeNoobMaterial", RpcTarget.All, color.r, color.g, color.b, computer.leftHanded);
5050
}
5151

5252
#endregion

0 commit comments

Comments
 (0)