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

Expanded error message

This commit is contained in:
Chomp 2024-12-07 11:43:50 +00:00
parent 6a4bd7ba3f
commit ec517bba2c

View File

@ -157,7 +157,7 @@ export class CircleOfCultistService {
} }
} else { } else {
this.logger.error( this.logger.error(
`Unable to fit all: ${rewards.length} reward items into sacrifice grid, nothing will be returned`, `Unable to fit all: ${rewards.length} reward items into sacrifice grid, nothing will be returned (rewards so valuable cultists stole it)`,
); );
} }