From 947887341e07133801cbbee9437b0b2e2271788a Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 16 Aug 2015 21:14:55 -0400 Subject: [PATCH] fixed similar issue --- Assets/Scripts/NetworkingSphere.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/NetworkingSphere.cs b/Assets/Scripts/NetworkingSphere.cs index 75203e0..9ef99f2 100644 --- a/Assets/Scripts/NetworkingSphere.cs +++ b/Assets/Scripts/NetworkingSphere.cs @@ -167,7 +167,7 @@ public class NetworkingSphere : MonoBehaviour if (!_isRotatingTowardsNode || node != _selectedNode) { - if (lvl.tutorialInt > 1) + if ((lvl.tutorialInt > 1) || (lvl.tutorialInt > 1)) FocusOnNode(node); }