mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed a debug statement.
This commit is contained in:
parent
b737f42777
commit
89b0c05929
@ -44,7 +44,7 @@ if (_bloodVolume < 100) then {
|
||||
};
|
||||
}
|
||||
} else {
|
||||
TRACE_4("ACE_DEBUG",_bloodVolume,QGVAR(hasLostBlood),_syncValues,_unit);
|
||||
TRACE_4("ACE_DEBUG",_bloodVolume,_unit getVariable QGVAR(hasLostBlood),_syncValues,_unit);
|
||||
if (_unit getvariable [QGVAR(hasLostBlood), 0] != 0) then {
|
||||
_unit setvariable [QGVAR(hasLostBlood), 0, true];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user