correct comment

This commit is contained in:
commy2 2015-09-03 02:55:40 +02:00
parent 83424cdcab
commit fbf00b9aa5

View File

@ -30,7 +30,7 @@ if (isNull _projectile) then {
_projectile = nearestObject [_unit, _ammo];
};
// handle speial grenades
// handle special grenades
if (local _unit) then {
if (getNumber (configFile >> "CfgAmmo" >> _ammo >> QGVAR(flashbang)) == 1) then {
private "_fuzeTime";