Skip to content

Commit

Permalink
Fix achievement change author (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
luchaos authored Aug 8, 2022
1 parent 76e5ef9 commit b523e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/request/achievement/update-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}

if (UploadNewAchievement(
author: $achievement['Author'],
author: $user,
gameID: $achievement['GameID'],
title: $title,
desc: $description,
Expand Down

0 comments on commit b523e86

Please sign in to comment.