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

From testing, inspecting an item sets value to false, not true

This commit is contained in:
Dev 2023-12-07 20:37:56 +00:00
parent fd55727054
commit 8a78e074a4

View File

@ -671,7 +671,7 @@ export class InventoryController
}
pmcProfile.Info.Experience += item._props.ExamineExperience;
pmcProfile.Encyclopedia[itemTpl] = true;
pmcProfile.Encyclopedia[itemTpl] = false;
}
// TODO: update this with correct calculation using values from globals json