This commit is contained in:
Nordi98 2025-07-02 07:48:15 +02:00
parent dfc233c1db
commit caa1a1929c
19 changed files with 584 additions and 134 deletions

View file

@ -1,5 +1,5 @@
-- Initialize config(s)
local sh_config = require 'config.shared'
local shared = require 'config.shared'
-- Set resource
local resourceName = 'lation_247robbery'
@ -58,10 +58,10 @@ local function thankyou()
end)
end
if sh_config.setup.version then
if shared.setup.version then
checkversion()
end
if sh_config.YouFoundTheBestScripts then
if shared.YouFoundTheBestScripts then
thankyou()
end