impr: Store achievement progress immediately when unlocking one

This commit is contained in:
WerWolv
2023-10-20 13:34:45 +02:00
parent d91334abcd
commit c46e445a04
2 changed files with 6 additions and 2 deletions

View File

@@ -128,6 +128,8 @@ namespace hex {
if (achievement->isUnlocked())
EventManager::post<EventAchievementUnlocked>(*achievement);
return;
}
}