mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:33:29 +00:00
linted callback EH logging
This commit is contained in:
@@ -17,19 +17,19 @@ addMissionEventHandler ["ExtensionCallback", {
|
||||
[_function, "error", _name] call armatak_main_fnc_notify;
|
||||
};
|
||||
|
||||
if (_name == "armatak_tcp_socket") then {
|
||||
if (_name == "TCP SOCKET") then {
|
||||
[_function, "success", _name] call armatak_main_fnc_notify;
|
||||
};
|
||||
|
||||
if (_name == "armatak_tcp_socket_error") then {
|
||||
if (_name == "TCP SOCKET ERROR") then {
|
||||
[_function, "error", _name] call armatak_main_fnc_notify;
|
||||
};
|
||||
|
||||
if (_name == "armatak_video") then {
|
||||
if (_name == "VIDEO") then {
|
||||
[_function, "success", _name] call armatak_main_fnc_notify;
|
||||
};
|
||||
|
||||
if (_name == "armatak_video_error") then {
|
||||
if (_name == "VIDEO ERROR") then {
|
||||
[_function, "error", _name] call armatak_main_fnc_notify;
|
||||
};
|
||||
}];
|
||||
Reference in New Issue
Block a user