diff --git a/addons/main/functions/fnc_notify.sqf b/addons/main/functions/fnc_notify.sqf index e4f29ed..f812f60 100644 --- a/addons/main/functions/fnc_notify.sqf +++ b/addons/main/functions/fnc_notify.sqf @@ -15,5 +15,7 @@ switch (_type) do { _warning = format ["%1
%2", _title, _message]; [[_warning, 1.5]] call CBA_fnc_notify; }; - default { }; + default { + systemChat format ["%1 - %2", _title, _message]; + }; }; \ No newline at end of file