mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:43:29 +00:00
Added fail callback UDP switch to turn of config on clientside
This commit is contained in:
@@ -26,6 +26,10 @@ addMissionEventHandler ["ExtensionCallback", {
|
||||
if (_function == "UDP Socket is not running") then {
|
||||
SETVAR(player,EGVAR(client,eudConnected),false);
|
||||
};
|
||||
|
||||
if (_function == "failed to bind UDP socket") then {
|
||||
SETVAR(player,EGVAR(client,eudConnected),false);
|
||||
};
|
||||
};
|
||||
case "TCP SOCKET": {
|
||||
[_function, "success", _name] call FUNC(notify);
|
||||
|
||||
Reference in New Issue
Block a user