mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix error when opening triage card
This commit is contained in:
parent
795b7a893f
commit
b737f42777
@ -66,7 +66,7 @@ if (_show) then {
|
||||
|
||||
_triageStatus = [_target] call FUNC(getTriageStatus);
|
||||
|
||||
_triageStatus params ["_text", "_color"];
|
||||
_triageStatus params ["_text", "", "_color"];
|
||||
|
||||
(_display displayCtrl 2000) ctrlSetText _text;
|
||||
(_display displayCtrl 2000) ctrlSetBackgroundColor _color;
|
||||
|
Loading…
Reference in New Issue
Block a user