Remove unnecessary code from flagItemsAsInspectedAndRewardXp
as issue is now fixed at source
This commit is contained in:
parent
ecfd6883d0
commit
443bc72995
@ -663,11 +663,6 @@ export class InventoryController
|
|||||||
fullProfile.characters.pmc.Encyclopedia[itemTpl] = false;
|
fullProfile.characters.pmc.Encyclopedia[itemTpl] = false;
|
||||||
|
|
||||||
fullProfile.characters.scav.Info.Experience += item._props.ExamineExperience;
|
fullProfile.characters.scav.Info.Experience += item._props.ExamineExperience;
|
||||||
|
|
||||||
if (!fullProfile.characters.scav.Encyclopedia)
|
|
||||||
{
|
|
||||||
fullProfile.characters.scav.Encyclopedia = {};
|
|
||||||
}
|
|
||||||
fullProfile.characters.scav.Encyclopedia[itemTpl] = false;
|
fullProfile.characters.scav.Encyclopedia[itemTpl] = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user