mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
Add a complete readme with documentation
This commit is contained in:
@@ -49,9 +49,6 @@ if Config and Config.System then
|
||||
if GetConvar("jim_dontUseTarget", "false") == "true" then
|
||||
Config.System.DontUseTarget = true
|
||||
end
|
||||
|
||||
--Config.System.DontUseTarget = GetConvar("jim_dontUseTarget", "false")
|
||||
--print(Config.System.DontUseTarget)
|
||||
end
|
||||
|
||||
QBInvNew = true
|
||||
@@ -117,7 +114,7 @@ for _, v in pairs({ -- This is a specific load order
|
||||
'effects.lua',
|
||||
|
||||
-- Do version check last
|
||||
'_versioncheck.lua'
|
||||
'_scriptversioncheck.lua'
|
||||
}) do
|
||||
if debugMode then
|
||||
--print("^5Loading^7: 'jim_bridge/shared/"..v.."' ^2into ^7'"..GetCurrentResourceName().."' ...")
|
||||
|
||||
Reference in New Issue
Block a user