forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
4d5a54741d
commit
453b25b260
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Config.GrillRecipes = {
|
||||||
CreateThread(function()
|
CreateThread(function()
|
||||||
Wait(5000) -- Warte auf vollständige Initialisierung
|
Wait(5000) -- Warte auf vollständige Initialisierung
|
||||||
|
|
||||||
local QBCore = exports['tgiann-inventory']:GetCoreObject()
|
local QBCore = exports['qb-core']:GetCoreObject()
|
||||||
if not QBCore or not QBCore.Shared or not QBCore.Shared.Items then
|
if not QBCore or not QBCore.Shared or not QBCore.Shared.Items then
|
||||||
print("^1FEHLER: QBCore.Shared.Items nicht verfügbar^7")
|
print("^1FEHLER: QBCore.Shared.Items nicht verfügbar^7")
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue