mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Removed Achievements from network send on login.
Vanilla development commit:
0079818570
This commit is contained in:
@@ -228,7 +228,7 @@ if (!isNil "faco_hook_playerSetup") then {
|
||||
_playerObj call faco_sendSecret;
|
||||
};
|
||||
|
||||
PVCDZ_plr_Login2 = [_worldspace,_state,_Achievements];
|
||||
PVCDZ_plr_Login2 = [_worldspace,_state];
|
||||
_clientID = owner _playerObj;
|
||||
_clientID publicVariableClient "PVCDZ_plr_Login2";
|
||||
_clientID publicVariableClient "PVCDZ_plr_plantSpawner";
|
||||
|
||||
Reference in New Issue
Block a user