mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Update group tags again
Also fixed wrong string name "STR_EPOCH_RADIO_CONTACT_LOST" thanks @oiad
This commit is contained in:
@@ -32,12 +32,12 @@ while {!isNull findDisplay 80000} do {
|
||||
lbSort _myGroup;
|
||||
|
||||
if (lbSize _myGroup > 1) then {
|
||||
if (isNil "dayz_groupLeaveThread" or {scriptDone dayz_groupLeaveThread}) then {
|
||||
if (scriptDone dayz_groupLeaveThread) then {
|
||||
_leaveButton ctrlShow true;
|
||||
} else {
|
||||
_leaveButton ctrlShow false;
|
||||
};
|
||||
if (player == _leader && (isNil "dayz_groupDisbandThread" or {scriptDone dayz_groupDisbandThread})) then {
|
||||
if (player == _leader && scriptDone dayz_groupDisbandThread) then {
|
||||
_disbandButton ctrlShow true;
|
||||
} else {
|
||||
_disbandButton ctrlShow false;
|
||||
|
||||
Reference in New Issue
Block a user