This commit is contained in:
VKing 2015-12-19 16:37:30 +01:00
parent a336707623
commit a37d97103f

View File

@ -3,7 +3,7 @@
if (!EGVAR(common,settingsInitFinished)) exitWith {
EGVAR(common,runAtSettingsInitialized) pushBack [{
if (GVAR(useAmmoHandling)) then {
_this call FUNC(mortarInit)
_this call FUNC(mortarInit);
};
}, _this];
};