Should fix false ban on revive

http://epochmod.com/forum/index.php?/topic/41919-eh-inventoryclosed2/
This commit is contained in:
vbawol 2016-04-22 10:46:17 -05:00
parent 3fdd351283
commit 34b777dff9

View File

@ -40,6 +40,7 @@ if !(alive player && alive _playerObject && !isPlayer _playerObject) then {
("BIS_fnc_respawnCounter" call BIS_fnc_rscLayer) cutText ["","PLAIN"];
{
player removeEventHandler [_x, 0];
player addEventHandler [_x,(["CfgEpochClient", _x, ""] call EPOCH_fnc_returnConfigEntryV2)];
} forEach (["CfgEpochClient", "addEventHandler", []] call EPOCH_fnc_returnConfigEntryV2);