lcy
3 天以前 21cdb220b7721bbb6f7588fd80fa07291004ccaa
441 公会申请界面 修复切换到无权限账号再切回红点bug
1个文件已修改
8 ■■■■ 已修改文件
Main/System/Redpoint/RedpointCenter.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)