add GGS Support
This commit is contained in:
@@ -18,6 +18,15 @@ local GUNS93_MOD_IDS = {
|
||||
"\\guns93",
|
||||
}
|
||||
|
||||
local function isSortingToggleEnabled()
|
||||
local vars = SandboxVars and SandboxVars.OpinionatedFirearms
|
||||
if vars and vars.AddSorting ~= nil then
|
||||
return vars.AddSorting == true
|
||||
end
|
||||
|
||||
return true
|
||||
end
|
||||
|
||||
local function getActivatedModsList()
|
||||
if type(getActivatedMods) ~= "function" then
|
||||
return nil
|
||||
@@ -66,6 +75,11 @@ local function installApplyModsWrapper()
|
||||
return true
|
||||
end
|
||||
|
||||
if not isSortingToggleEnabled() then
|
||||
OFBCGuns93ModPackInjector.installed = true
|
||||
return true
|
||||
end
|
||||
|
||||
local bcState = isBetterContainersActive()
|
||||
if bcState == false then
|
||||
OFBCGuns93ModPackInjector.installed = true
|
||||
|
||||
Reference in New Issue
Block a user