| Core/NetworkPackage/DTCFile/ServerPack/HA1_Sys/DTCA127_tagMCStartChangeMap.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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)