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,12 +68,12 @@ if ((count _worldspace) == 2) then {
[_fire,true] call dayz_inflame;
_fire spawn player_fireMonitor;
if (dayz_playerAchievements select 14 < 1) then {
/*if (dayz_playerAchievements select 14 < 1) then {
// Firestarter
dayz_playerAchievements set [14,1];
achievement = [14, player, dayz_characterID];
publicVariableServer "achievement";
};
};*/
//localize "str_fireplace_01" call dayz_rollingMessages;
(localize "str_fireplace_01") call dayz_rollingMessages;
} else {