mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:43:29 +00:00
Added systemChat for unhandled notify calls
This commit is contained in:
@@ -15,5 +15,7 @@ switch (_type) do {
|
||||
_warning = format ["<t color='#FF0021'>%1</t><br/> %2", _title, _message];
|
||||
[[_warning, 1.5]] call CBA_fnc_notify;
|
||||
};
|
||||
default { };
|
||||
default {
|
||||
systemChat format ["%1 - %2", _title, _message];
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user