ACE3/addons/noradio/XEH_post_initServer.sqf

7 lines
160 B
Plaintext
Raw Normal View History

// by commy2
2015-01-14 03:04:25 +00:00
#include "script_component.hpp"
addMissionEventHandler ["HandleDisconnect", {
[_this select 0, "isPlayer"] call EFUNC(common,unmuteUnit);
}];