少年修仙传客户端代码仓库
Hale Cai
2019-01-23 79c99e7cdf03a034a10623924b6fd6bf1e7445d1
382 修复线路导致的切图错误
1个文件已修改
12 ■■■■■ 已修改文件
Core/NetworkPackage/DTCFile/ServerPack/HA1_Sys/DTCA127_tagMCStartChangeMap.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/NetworkPackage/DTCFile/ServerPack/HA1_Sys/DTCA127_tagMCStartChangeMap.cs
@@ -32,16 +32,12 @@
        }
        var _key = _realMapDataID * 1000 + LineID;
        int _id;
        if (mapIdDict.TryGetValue(_key, out _id))
        MapResourcesConfig _config = GetMapResourcesConfig(_realMapDataID, LineID);
        if (_config == null)
        {
            return Config.Instance.Get<MapResourcesConfig>(_id);
            _config = GetMapResourcesConfig(_realMapDataID, 0);
        }
        else
        {
            LineID = 0;
            return GetMapResourcesConfig(_realMapDataID, LineID);
        }
        return _config;
    }
    public override void Done(GameNetPackBasic vNetPack)