Skip to content

Commit

Permalink
Update config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
polisek authored Mar 19, 2024
1 parent a8f45f0 commit 0de208a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Config.BlacklistedStrings = {
Config.DirectoryToInventoryImages = "nui://ox_inventory/web/images/"

if not IS_SERVER then
function openBossmenu()
function openBossmenu(jobname)
print("Bossmenu open")
-- exports.yourbossmenu:openBossmenu()
end
Expand All @@ -30,4 +30,4 @@ if not IS_SERVER then
print(coords)
print(jobLabel)
end
end
end

0 comments on commit 0de208a

Please sign in to comment.