all
This commit is contained in:
parent
b3be5bbddd
commit
4a0eae647e
134 changed files with 0 additions and 0 deletions
16
resources/[housing]/[bob74_ipl]/dlc_mercenaries/fixes.lua
Normal file
16
resources/[housing]/[bob74_ipl]/dlc_mercenaries/fixes.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
-- Map fixes
|
||||
exports('GetMercenariesFixesObject', function()
|
||||
return MercenariesFixes
|
||||
end)
|
||||
|
||||
MercenariesFixes = {
|
||||
ipl = "m23_1_legacy_fixes",
|
||||
|
||||
Enable = function(state)
|
||||
EnableIpl(MercenariesFixes.ipl, state)
|
||||
end,
|
||||
|
||||
LoadDefault = function()
|
||||
MercenariesFixes.Enable(true)
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue