diff --git a/dll/steam_user_stats.h b/dll/steam_user_stats.h index 544e0db..8766980 100644 --- a/dll/steam_user_stats.h +++ b/dll/steam_user_stats.h @@ -300,7 +300,7 @@ bool GetAchievementAndUnlockTime( const char *pchName, bool *pbAchieved, uint32 if(pbAchieved != nullptr) *pbAchieved = false; if(punUnlockTime != nullptr) *punUnlockTime = 0; - return true; + return false; }