Comment some unused achievement code

Vanilla commits:

3ec1cc3c5d

3171f68bee
This commit is contained in:
ebaydayz
2016-11-18 13:22:36 -05:00
parent ad9a287d00
commit b01a4165a8
7 changed files with 15 additions and 18 deletions

View File

@@ -297,9 +297,9 @@ while {1 == 1} do {
PVDZ_plr_Save = [player,nil,false,dayz_playerAchievements];
publicVariableServer "PVDZ_plr_Save";
PVDZ_serverStoreVar = [player,"Achievements",dayz_playerAchievements];
publicVariableServer "PVDZ_serverStoreVar";
player setVariable ["Achievements",dayz_playerAchievements,false];
//PVDZ_serverStoreVar = [player,"Achievements",dayz_playerAchievements];
//publicVariableServer "PVDZ_serverStoreVar";
//player setVariable ["Achievements",dayz_playerAchievements,false];
if (isServer) then {
PVDZ_plr_Save call server_playerSync;