master
Zughy 2020-08-13 23:10:06 +02:00
parent a4e95e4ec3
commit 60ed0b3989
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ local access_key = achievements_lib.register_achievements("quake", achievements)
function quake.add_achievement(p_name, achvmt_ID)
if achievements_lib.has_player_achievement(p_name, "quake", achvmt_ID) then return end
achievements_lib.add_achievement(p_name, access_key, achvmt_ID)
quake.show_achievement(access_key, p_name, achvmt_ID)
end