| System/OpenServerActivity/ImpactRankModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/OpenServerActivity/ImpactRankModel.cs
@@ -495,7 +495,8 @@ public bool CanGetAward(int _type, out int _displayIndex) { _displayIndex = 0; if (IsMissImpactRank(_type) || !IsActivityClose(_type)) bool _locked = IsLock(_type); if (IsMissImpactRank(_type) || _locked) { return false; } @@ -524,7 +525,7 @@ } } } else else if (IsActivityClose(_type)) { var _start = (_cfg as OSCBillRankAwardConfig).RankA; var _end = (_cfg as OSCBillRankAwardConfig).RankB;