Give the event the D

This commit is contained in:
PabstMirror 2015-09-29 11:40:32 -05:00
parent 16b1244b0a
commit d454271fb9
2 changed files with 2 additions and 2 deletions

View File

@ -111,4 +111,4 @@ if (_state) then {
};
//Global Event after changes:
["CaptiveStatusChange", [_unit, _state, "SetHandcuffed"]] call EFUNC(common,globalEvent);
["CaptiveStatusChanged", [_unit, _state, "SetHandcuffed"]] call EFUNC(common,globalEvent);

View File

@ -103,4 +103,4 @@ if (_state) then {
};
//Global Event after changes:
["CaptiveStatusChange", [_unit, _state, "SetSurrendered"]] call EFUNC(common,globalEvent);
["CaptiveStatusChanged", [_unit, _state, "SetSurrendered"]] call EFUNC(common,globalEvent);