mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed wrong macro for addEventhandler
This commit is contained in:
parent
539ed2dc79
commit
5b65d4117d
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user