Skip to content

Commit

Permalink
Fixed a terrible error, fixed #519
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed May 13, 2020
1 parent e217ad7 commit f123656
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,10 @@
localize "STR_AMAE_KEY_CHATTER",
"",
{
private _units = ["man"] call Achilles_fnc_getCuratorSelected;
if ([player] call Ares_fnc_isZeus) then {
private _units = ["man"] call Achilles_fnc_getCuratorSelected;

[_units select 0] spawn Achilles_fnc_chatter;
[_units select 0] spawn Achilles_fnc_chatter;
};
}
] call CBA_fnc_addKeybind;

0 comments on commit f123656

Please sign in to comment.