mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed forgotten diag_log
This commit is contained in:
parent
8e6b4f4ffb
commit
349b05a89b
@ -58,7 +58,6 @@ if (GVAR(supply) == 1) then {
|
||||
_text = format ["%1<br/>%2", _text, _line];
|
||||
_supply = _supply + 0.5;
|
||||
} forEach _magazines;
|
||||
diag_log _text;
|
||||
};
|
||||
if (_supply > 1.5) then {
|
||||
["displayTextStructured", [_unit], [[LSTRING(Hint_RemainingAmmo), _text], _supply, _unit, (_numChars/2.9)]] call EFUNC(common,targetEvent);
|
||||
|
Loading…
Reference in New Issue
Block a user