mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +03:00
Only refresh group menu player list for changes
This commit is contained in:
@@ -5,7 +5,9 @@ _playerList = findDisplay 80000 displayCtrl 1;
|
||||
_uid = _playerList lbData (lbCurSel _playerList);
|
||||
_recipient = _uid call dayz_getPlayer;
|
||||
|
||||
if (isNull _recipient or player != leader group player or count (units group _recipient) > 1) exitWith {};
|
||||
if (isNull _recipient or player != leader group player or count (units group _recipient) > 1) exitWith {
|
||||
dayz_oldPlayerCount = 0; //Force player list refresh
|
||||
};
|
||||
|
||||
_hasInvite = false;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user