mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 19:41:56 +00:00
* Fixes mafia achievements desyncing you from the database (#79555) I swear to fucking god PDA mafia has two bodies, the real player body, and the fake mafia stand-in. When an achievement is obtained, it's marked as achieved directly on the players client, but then passes the empty mafia stand-in for any afterwork. This causes achievement notifications to be muted, the code to runtime and for it not to update every appropriatew database table (like the achievement highscore table). On a somewhat related note, anyone that has gotten PDA mafia achievements (which includes me) is now desynced from the ACHIEVEMENTS_SCORE table. Looks like the only fix is to reset the score in the ACHIEVEMENTS_SCORE to a non-numerical value and force the game to recount every achievement * Fixes mafia achievements desyncing you from the database --------- Co-authored-by: Time-Green <7501474+Time-Green@users.noreply.github.com>