0.0.1
This commit is contained in:
16
resources/[standalone]/bob74_ipl/dlc_mercenaries/fixes.lua
Normal file
16
resources/[standalone]/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
|
||||
}
|
||||
Reference in New Issue
Block a user