Server/project/src
DrakiaXYZ f650bb6be5 Fix sealed weapon crates when bad mod data exists (!416)
If a modded weapon includes non-existant items in some of its fields, sealed weapon crates had the potential to throw an exception on open due to not validating that all `LinkedDbItems` existed. This filters the list to only items that are found in the item DB

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/416
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-10-04 15:21:44 +00:00
..
callbacks Fixed getTraderSuits() not returning ragman clothing 2024-09-27 20:41:36 +01:00
context Fixed various Biome issues 2024-07-23 17:30:20 +01:00
controllers Removed unnecessary use of ProfileSnapshotService 2024-10-01 10:57:59 +01:00
di Removed ProfileSnapshotService 2024-10-01 11:21:32 +01:00
generators Force rain off if clouds are below or equal to 2 2024-09-29 16:51:04 +01:00
helpers Tiered Flea: instead of not showing offers outside of players level, show offer but set to locked 2024-10-02 11:06:25 +01:00
ide Add types for variables on global scope. (!398) 2024-08-19 16:54:06 +01:00
loaders Updated interfaces to follow correct naming convention 2024-09-24 12:47:29 +01:00
models Remvoed unused keys from WildSpawnTypeNumber 2024-10-03 17:29:45 +01:00
routers Updated JSONs and interfaces to match new patch 2024-09-26 17:28:23 +01:00
servers Add async to the handleRequest chain in HttpServer (!387) 2024-07-28 14:45:25 +01:00
services Fix sealed weapon crates when bad mod data exists (!416) 2024-10-04 15:21:44 +00:00
tools/ItemTplGenerator Updated itemtpl enum + overrides 2024-09-27 08:50:28 +01:00
utils Moved mongo id validation into its own function 2024-09-23 14:33:47 +01:00
ErrorHandler.ts Apply Biome Formatting 2024-07-23 11:12:53 -04:00
global.d.ts Add types for variables on global scope. (!398) 2024-08-19 16:54:06 +01:00
Program.ts Apply Biome Formatting 2024-07-23 11:12:53 -04:00