Removed spaces

This commit is contained in:
ulteq 2015-06-10 17:03:09 +02:00
parent 1c2c7ef8d7
commit 245151d8c2

View File

@ -53,7 +53,7 @@ if (GVAR(level) < 2) then {
};
_newDamage = _this call FUNC(handleDamage_caching);
_typeOfDamage = [_projectile] call FUNC(getTypeOfDamage);
_typeIndex = (GVAR(allAvailableDamageTypes) find _typeOfDamage);
_minLethalDamage = 0.01;
if (_typeIndex >= 0) then {