Skip to content

Commit 4df103e

Browse files
committed
fix(SaveLoad): Avoid printing package info error
1 parent f1d22db commit 4df103e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Assets/JCSUnity/Scripts/SaveLoad/JCS_AppData.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ protected void InitFile()
4747
var pds = JCS_PackageDataSettings.instance;
4848

4949
if (pds == null)
50-
{
51-
JCS_Debug.LogError("Failed to load the copyright and version text");
5250
return;
53-
}
5451

5552
Copyright = pds.CopyrightString;
5653
Version = pds.VersionString;

0 commit comments

Comments
 (0)