mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Forgot to disable in case the setting's set to "no" (but why would you ever want to
This commit is contained in:
parent
f75311917c
commit
450a18e13a
@ -12,4 +12,7 @@ if (!EGVAR(common,settingsInitFinished)) exitWith {
|
||||
};
|
||||
}, _mortar];
|
||||
};
|
||||
|
||||
if (!GVAR(useAmmoHandling)) exitWith {};
|
||||
|
||||
_mortar call FUNC(mortarInit);
|
||||
|
@ -12,4 +12,7 @@ if (!EGVAR(common,settingsInitFinished)) exitWith {
|
||||
};
|
||||
}, _this];
|
||||
};
|
||||
|
||||
if (!GVAR(useAmmoHandling)) exitWith {};
|
||||
|
||||
_this call FUNC(mortarInit);
|
||||
|
Loading…
Reference in New Issue
Block a user