Forgot to disable in case the setting's set to "no" (but why would you ever want to

This commit is contained in:
VKing 2015-12-19 21:29:37 +01:00
parent f75311917c
commit 450a18e13a
2 changed files with 6 additions and 0 deletions

View File

@ -12,4 +12,7 @@ if (!EGVAR(common,settingsInitFinished)) exitWith {
};
}, _mortar];
};
if (!GVAR(useAmmoHandling)) exitWith {};
_mortar call FUNC(mortarInit);

View File

@ -12,4 +12,7 @@ if (!EGVAR(common,settingsInitFinished)) exitWith {
};
}, _this];
};
if (!GVAR(useAmmoHandling)) exitWith {};
_this call FUNC(mortarInit);