diff --git a/config.lua b/config.lua index 33bc8d9..3e73f10 100644 --- a/config.lua +++ b/config.lua @@ -8,6 +8,7 @@ Config = { Debug = false, Notify = "qb", UseProgbar = false, + Consumables = { -- Default QB food and drink item override diff --git a/shared/shared.lua b/shared/shared.lua index d773818..4e6ae7d 100644 --- a/shared/shared.lua +++ b/shared/shared.lua @@ -244,4 +244,4 @@ function StopEffects() -- Used to clear up any effects stuck on screen AnimpostfxStop('RaceTurbo') AnimpostfxStop('FocusIn') AnimpostfxStop('Rampage') -end \ No newline at end of file +end