少年修仙传客户端代码仓库
client_Hale
2018-10-13 241d15b925ee77a2ec0800191aaffd27a8fc79a0
Core/ResModule/ScriptableObjectLoader.cs
@@ -47,7 +47,7 @@
        if (_config == null)
        {
            DesignDebug.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 加载不到资源: {0}.", mapID);
            DebugEx.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 加载不到资源: {0}.", mapID);
        }
        return _config;
@@ -79,7 +79,7 @@
        if (_config == null)
        {
            DesignDebug.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 加载不到资源: {0}.", raceId);
            DebugEx.LogErrorFormat("ScriptableObjectLoader.LoadSoActor() => 加载不到资源: {0}.", raceId);
        }
        return _config;