mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Fix script break stop if config file not found
This commit is contained in:
@@ -18,10 +18,11 @@ files {
|
||||
-- Version checker
|
||||
server_scripts {
|
||||
'frameworkCache.lua',
|
||||
'_versioncheck.lua'
|
||||
'_versioncheck.lua',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'clientFrameworkCache.lua',
|
||||
'ui_modules/*.lua'
|
||||
'ui_modules/*.lua',
|
||||
'dev_modules/*.lua',
|
||||
}
|
||||
Reference in New Issue
Block a user