We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cac42 commit 71360c6Copy full SHA for 71360c6
Assets/JCSUnity/Scripts/Settings/JCS_NetworkSettings.cs
@@ -76,7 +76,7 @@ private void Awake()
76
77
private void OnApplicationQuit()
78
{
79
- if (JCS_NetworkSettings.instance.ONLINE_MODE)
+ if (ONLINE_MODE)
80
CloseSocket();
81
}
82
0 commit comments