remove lambda

This commit is contained in:
Sainan 2025-04-09 23:21:30 +02:00
parent 2d6c078eed
commit de30ac4f33

View File

@ -364,7 +364,7 @@ export const addMissionInventoryUpdates = async (
} }
case "DeathMarks": { case "DeathMarks": {
for (const deathMark of value) { for (const deathMark of value) {
if (!inventory.DeathMarks.find(x => x == deathMark)) { if (inventory.DeathMarks.indexOf(deathMark) == -1) {
// It's a new death mark; we have to say the line. // It's a new death mark; we have to say the line.
await createMessage(inventory.accountOwnerId, [ await createMessage(inventory.accountOwnerId, [
{ {