mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
removed systemChat messages
This commit is contained in:
parent
5063e9cff9
commit
55e7e768ca
@ -39,6 +39,4 @@ _actions = [];
|
||||
};
|
||||
} forEach crew _vehicle;
|
||||
|
||||
systemChat str(count _actions);
|
||||
|
||||
_actions
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user