Remove unnecessary code from flagItemsAsInspectedAndRewardXp as issue is now fixed at source

This commit is contained in:
Dev 2024-03-20 18:02:19 +00:00
parent ecfd6883d0
commit 443bc72995

View File

@ -663,11 +663,6 @@ export class InventoryController
fullProfile.characters.pmc.Encyclopedia[itemTpl] = false;
fullProfile.characters.scav.Info.Experience += item._props.ExamineExperience;
if (!fullProfile.characters.scav.Encyclopedia)
{
fullProfile.characters.scav.Encyclopedia = {};
}
fullProfile.characters.scav.Encyclopedia[itemTpl] = false;
}