From 21cdb220b7721bbb6f7588fd80fa07291004ccaa Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期二, 03 二月 2026 15:16:50 +0800
Subject: [PATCH] 441 公会申请界面 修复切换到无权限账号再切回红点bug
---
Main/System/Redpoint/RedpointCenter.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Main/System/Redpoint/RedpointCenter.cs b/Main/System/Redpoint/RedpointCenter.cs
index 9447982..2ccc13e 100644
--- a/Main/System/Redpoint/RedpointCenter.cs
+++ b/Main/System/Redpoint/RedpointCenter.cs
@@ -90,10 +90,10 @@
}
redpoint.otherParent = 0;
}
- foreach (var parentId in otherParents)
- {
- parentChildren.Remove(parentId);
- }
+ // foreach (var parentId in otherParents)
+ // {
+ // parentChildren.Remove(parentId);
+ // }
}
public void Report(Redpoint _redpoint)
--
Gitblit v1.8.0