Update group dialog

This commit is contained in:
ebaydayz
2016-10-28 20:10:10 -04:00
parent c2e63f63ae
commit dbb9e97efc
4 changed files with 8 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ while {!isNull findDisplay 80000} do {
_leaveButton ctrlShow true;
if (player == _leader) then {_disbandButton ctrlShow true};
} else {
{_x ctrlShow false} count [_disbandButton,_leaveButton];
{_x ctrlShow false} count [_disbandButton,_leaveButton,_kickButton,_promoteButton];
};
_hasInvite = false;