hch
2025-12-10 8704250d9701db5ddb475d19b39100d6d24650aa
Main/System/Achievement/AchievementManager.cs
@@ -64,7 +64,7 @@
    {
        if (achivementDict.ContainsKey(type))
        {
            if (condKey.IsNullOrEmpty())
            if (string.IsNullOrEmpty(condKey))
            {
                condKey = SuccessConfig.GetConditionString(type);
            }