Skip to content

Commit

Permalink
fix: unused function firstToUpper + administrative permissions config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
bitpredator committed Jul 10, 2024
1 parent 39912b0 commit a6f2df7
Show file tree
Hide file tree
Showing 2 changed files with 914 additions and 930 deletions.
7 changes: 0 additions & 7 deletions server-data/resources/[bpt_addons]/bpt_menu/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,9 @@ PlayerVars = {
local drawContentOptions = { header = true, instructionalButton = true }
local ruiDrawContent = RageUI.DrawContent

local function firstToUpper(str)
return (str:gsub("^%l", string.upper))
end

local adminGroups = {
["mod"] = true,
["admin"] = true,
["superadmin"] = true,
["owner"] = true,
["_dev"] = true,
}

CreateThread(function()
Expand Down
Loading

0 comments on commit a6f2df7

Please sign in to comment.