Removed Achievements from network send on login.

Vanilla development commit:

0079818570
This commit is contained in:
ebaydayz
2016-07-25 12:16:22 -04:00
parent 55df36741b
commit 33538520d0
2 changed files with 2 additions and 9 deletions

View File

@@ -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";