Only refresh group menu player list for changes

This commit is contained in:
ebayShopper
2017-12-05 17:26:11 -05:00
parent e2a410b95a
commit b35b49bd90
3 changed files with 22 additions and 12 deletions

View File

@@ -11,4 +11,5 @@ if (player == leader group player && {!isNull _target} && {count (units group _t
_inviteButton ctrlShow true;
} else {
_inviteButton ctrlShow false;
dayz_oldPlayerCount = 0; //Force player list refresh
};