We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41d364 commit e9b956bCopy full SHA for e9b956b
A3-Antistasi/orgPlayers/assignStavros.sqf
@@ -79,7 +79,7 @@ if ((isNull _LeaderX) or switchCom) then
79
if (!_proceed) exitWith {};
80
81
_selectable = objNull;
82
-if (!isNull _suggestedLeader && _membersX find _suggestedLeader >= 0) then
+if (!isNull _suggestedLeader && {_suggestedLeader in _eligibles}) then
83
{
84
if (_suggestedLeader != _LeaderX) then
85
0 commit comments