Skip to content

Commit

Permalink
fix: remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Jul 15, 2024
1 parent 2581867 commit 60c4b75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/client/controllers/ped.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ async function fadeOut(ped: alt.Ped) {
return;
}

alt.log(alphaValue);
alphaValue -= 7;
if (alphaValue <= 25) {
native.setEntityAlpha(ped, 0, false);
Expand Down

0 comments on commit 60c4b75

Please sign in to comment.