mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 02:46:29 +03:00
Add systemChat message when a new player joins the group
This commit is contained in:
@@ -11,4 +11,5 @@ dayz_groupLeaveThread = [] spawn {
|
||||
//Wait for response from server to confirm group finished updating in DB
|
||||
waitUntil {!isNil "dayz_groupLeft"};
|
||||
[player] joinSilent grpNull;
|
||||
dayz_myGroup = [];
|
||||
};
|
||||
Reference in New Issue
Block a user