Skip to content

Commit 35da82e

Browse files
author
Larah Armstrong
authored
Remove unresolved variable (#802)
1 parent 9c32f3f commit 35da82e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tutorials/goldenpath_series/gp_module_two.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ public class NetworkVariableTest : NetworkBehaviour
7070
if (t_now - last_t > 0.5f)
7171
{
7272
last_t = t_now;
73-
Debug.Log("Server set its var to: " + ServerNetworkVariable.Value + ", has client var at: " +
74-
ClientNetworkVariable.Value);
73+
Debug.Log("Server set its var to: " + ServerNetworkVariable.Value);
7574
}
7675
}
7776
}

0 commit comments

Comments
 (0)