update
This commit is contained in:
parent
dfc233c1db
commit
caa1a1929c
19 changed files with 584 additions and 134 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue