Skip to content

Commit 71360c6

Browse files
committed
chore: minor use
1 parent e3cac42 commit 71360c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/JCSUnity/Scripts/Settings/JCS_NetworkSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private void Awake()
7676

7777
private void OnApplicationQuit()
7878
{
79-
if (JCS_NetworkSettings.instance.ONLINE_MODE)
79+
if (ONLINE_MODE)
8080
CloseSocket();
8181
}
8282

0 commit comments

Comments
 (0)