| System/KnapSack/Logic/ItemOverdueModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/KnapSack/Logic/ItemOverdueModel.cs
@@ -102,6 +102,11 @@ public void ReportConfirmUseItem(string guid) { if (string.IsNullOrEmpty(guid)) { return; } if (itemGuids.Contains(guid)) { itemGuids.Remove(guid);