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

@@ -68,7 +68,7 @@ server_medicalSync = {
_player setVariable ["messing",(_array select 13)]; //13
_player setVariable ["blood_testdone",(_array select 14)]; //14
};
/*
dayz_Achievements = {
_achievementID = (_this select 0) select 0;
_player = (_this select 0) select 1;
@@ -78,7 +78,7 @@ dayz_Achievements = {
_achievements set [_achievementID,1];
_player setVariable ["Achievements",_achievements];
};
*/
vehicle_handleServerKilled = {
private ["_unit","_killer"];
_unit = _this select 0;