Skip to content

Commit

Permalink
Add player blips permission
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe committed Sep 7, 2018
1 parent e039418 commit 6ee9067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vMenuServer/MainServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ public class MainServer : BaseScript
"MSNightVision",
"MSThermalVision",
//"MSLocationBlips", // not yet implemented
"MSPlayerBlips",
"MSConnectionMenu",

// Voice Chat
Expand Down
1 change: 1 addition & 0 deletions vMenuServer/config/permissions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ add_ace builtin.everyone "vMenu.MiscSettings.All" allow
#add_ace builtin.everyone "vMenu.MiscSettings.NightVision" allow
#add_ace builtin.everyone "vMenu.MiscSettings.ThermalVision" allow
#add_ace builtin.everyone "vMenu.MiscSettings.LocationBlips" allow # (NOT YET IMPLEMENTED)
#add_ace builtin.everyone "vMenu.MiscSettings.PlayerBlips" allow
#add_ace builtin.everyone "vMenu.MiscSettings.ConnectionMenu" allow


Expand Down

0 comments on commit 6ee9067

Please sign in to comment.