removed systemChat messages

This commit is contained in:
Glowbal 2015-03-22 11:21:17 +01:00
parent 5063e9cff9
commit 55e7e768ca
2 changed files with 0 additions and 4 deletions

View File

@ -39,6 +39,4 @@ _actions = [];
};
} forEach crew _vehicle;
systemChat str(count _actions);
_actions

View File

@ -18,8 +18,6 @@ _caller = _this select 0;
_target = _caller getvariable [QGVAR(carrying), objNull];
_carrying = _caller getvariable [QGVAR(isCarrying), -1];
systemChat format["handle onCarryObjectDropped %1", [_this, _target, _carrying]];
if (_carrying >= 0) then {
_caller setvariable [QGVAR(isCarrying), -1, true];