Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Stuyk/altv-athena
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Apr 2, 2023
2 parents adc7394 + b36eb29 commit 76e36de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/client/systems/noclip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ const NoClip = {
0,
);

NoClip.processCameraRotation();
if (!native.isPauseMenuActive()) {
NoClip.processCameraRotation();
}
},

// Noclip functions
Expand Down

0 comments on commit 76e36de

Please sign in to comment.