Skip to content

Commit

Permalink
fix: remove extra console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Jun 9, 2024
1 parent 0254ebf commit de7d3b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/client/system/serverConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ let config: ServerConfig = {};
let lastRadarState = true;

function tick() {
console.log(config);

if (config.hideHealthArmour) {
alt.beginScaleformMovieMethodMinimap('SETUP_HEALTH_ARMOUR');
native.scaleformMovieMethodAddParamInt(3);
Expand Down

0 comments on commit de7d3b2

Please sign in to comment.