mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Dragging - Add logging for claimSafe failure (#9739)
This commit is contained in:
parent
9eb7e83e59
commit
edf627ce51
@ -20,7 +20,7 @@
|
||||
params ["_unit", "_target", "_claimed"];
|
||||
TRACE_3("params",_unit,_target,_claimed);
|
||||
|
||||
if (!_claimed) exitWith {};
|
||||
if (!_claimed) exitWith { WARNING_1("already claimed %1",_this) };
|
||||
|
||||
// Exempt from weight check if object has override variable set
|
||||
private _weight = 0;
|
||||
|
@ -20,7 +20,7 @@
|
||||
params ["_unit", "_target", "_claimed"];
|
||||
TRACE_3("params",_unit,_target,_claimed);
|
||||
|
||||
if (!_claimed) exitWith {};
|
||||
if (!_claimed) exitWith { WARNING_1("already claimed %1",_this) };
|
||||
|
||||
// Exempt from weight check if object has override variable set
|
||||
private _weight = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user