0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:10:44 -05:00

Removed debug code

This commit is contained in:
Chomp 2025-01-07 17:47:18 +00:00
parent 7826f4d095
commit 93859dbdcd

View File

@ -659,8 +659,6 @@ export class LocationLifecycleService {
pmcProfile.TaskConditionCounters = postRaidProfile.TaskConditionCounters;
pmcProfile.SurvivorClass = postRaidProfile.SurvivorClass;
// DEBUG DONT FORGET TO REMOVE
postRaidProfile.Achievements["65140ab8ec10ff011f17cc10"] = this.timeUtil.getTimestamp();
// MUST occur prior to profile achievements being overwritten by post-raid achievements
this.processAchievementCustomisationRewards(fullProfile, postRaidProfile.Achievements);