mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 11:01:25 +00:00
whoops
This commit is contained in:
@@ -872,9 +872,6 @@ function OpenPMQuickMenu(Action)
|
||||
if ESX.PlayerData.job.grade >= PM.Permissions.CreateProperty then
|
||||
elements[#elements + 1] = {title = "Create Property", value = "CreateProperty"}
|
||||
end
|
||||
if ESX.PlayerData.job.grade >= PM.Permissions.BillPlayers then
|
||||
elements[#elements + 1] = {title = "Create Bill", value = "bill"}
|
||||
end
|
||||
if ESX.PlayerData.job.grade >= PM.Permissions.ManagePropertiesFromQuickActions then
|
||||
elements[#elements + 1] = {title = "Manage Properties", value = "manage"}
|
||||
end
|
||||
|
||||
@@ -154,7 +154,6 @@ Config.PlayerManagement = {
|
||||
},
|
||||
Permissions = { -- Minimum Grade Required for Action
|
||||
CreateProperty = 0, -- Create Property
|
||||
BillPlayers = 1, -- Send Players A Bill
|
||||
DeleteProperty = 2, -- Delete Property
|
||||
ViewProperties = 0, -- View All Properties
|
||||
SellProperty = 0, -- Sell Property to players
|
||||
|
||||
Reference in New Issue
Block a user