Skip to content

Commit

Permalink
FC: disable blips section for build while wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe authored Jul 20, 2018
1 parent 4e44eb5 commit e4b3007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vMenu/FunctionsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public FunctionsController()
Tick += JoinQuitNotifications;
Tick += UpdateLocation;
Tick += ManageCamera;
Tick += PlayerBlipsControl;
//Tick += PlayerBlipsControl;
}

/// Task related
Expand Down Expand Up @@ -916,7 +916,7 @@ private async Task ManageCamera()
}
}
#endregion

/*
private async Task PlayerBlipsControl()
{
if (MainMenu.MiscSettingsMenu != null)
Expand Down Expand Up @@ -1025,7 +1025,7 @@ private async Task PlayerBlipsControl()
await Delay(1000);
}
}

*/

/// Not task related
#region Private ShowSpeed Functions
Expand Down

0 comments on commit e4b3007

Please sign in to comment.