Fix shop overlap

This commit is contained in:
oosayeroo
2022-06-22 03:23:29 +01:00
committed by GitHub
parent eb70bc5214
commit 9b727d4352

View File

@@ -522,5 +522,5 @@ end)
RegisterNetEvent("qb-unicornjob:shop")
AddEventHandler("qb-unicornjob:shop", function()
TriggerServerEvent("inventory:server:OpenInventory", "shop", "vunicorn", Config.Items)
TriggerServerEvent("inventory:server:OpenInventory", "vunicornbar", "vunicorn", Config.Items)
end)