Skip to content

Commit

Permalink
Merge pull request #270 from Nestorboy/left-null-ref
Browse files Browse the repository at this point in the history
Fixed null ref upon leaving
  • Loading branch information
pema99 committed Aug 12, 2023
2 parents aae9052 + 8ea997e commit bae98eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ private void FPSUpdate()
#if UNITY_EDITOR
0.0f,
#else
Networking.LocalPlayer.isInstanceOwner?1.0f:0.0f,
Networking.IsInstanceOwner?1.0f:0.0f,
#endif
0));

Expand Down

0 comments on commit bae98eb

Please sign in to comment.