Also Fix Rearm

This commit is contained in:
PabstMirror 2015-12-07 14:07:03 -06:00
parent cd68f9b320
commit 38bf869f07

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
["medical_onUnconscious", {_this call FUNC(handleOnUnconscious)}] call EFUNC(common,addEventHandler);
["medical_onUnconscious", {_this call FUNC(handleUnconscious)}] call EFUNC(common,addEventHandler);
["playerVehicleChanged", {params ["_unit"]; [_unit] call FUNC(dropAmmo)}] call EFUNC(common,addEventHandler);