Don't show debug message when paying with exact amount

This commit is contained in:
ebaydayz
2016-05-08 13:30:26 -04:00
parent c477304571
commit 84e64be47e
2 changed files with 6 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ _killerDist = 0;
if (count _this > 0) then {
_killerObj = _this select 0;
_killerMethod = _this select 1;
if (typeName _killerMethod == "OBJECT") exitWith {_killerMethod = "Respawned"};
if (!isNull _killerObj) then {
if (!isNull _body) then {_killerDist = _body distance _killerObj;};