fixed wrong macro for addEventhandler

This commit is contained in:
Glowbal 2015-05-18 23:02:46 +02:00
parent 539ed2dc79
commit 5b65d4117d

View File

@ -274,5 +274,5 @@ if (hasInterface) then {
["PlayerJip", {
diag_log format["[ACE] JIP Medical init for player"];
[player] call FUNC(init);
}] call FUNC(addEventHandler);
}] call EFUNC(common,addEventHandler);
};