allow the achievement clear function to reflect the status in the overlay

This commit is contained in:
otavepto 2024-06-07 19:57:14 +03:00
parent 06189e303f
commit 2cd5f15376

View File

@ -660,6 +660,8 @@ Steam_User_Stats::InternalSetResult<bool> Steam_User_Stats::clear_achievement_in
result.notify_server = !settings->disable_sharing_stats_with_gameserver;
overlay->AddAchievementNotification(internal_name, user_achievements[internal_name], false);
}
} catch (...) {}