List to ienumerable conversions

This commit is contained in:
Chomp
2025-07-24 11:36:42 +01:00
parent 6804ab7ccc
commit 6079e282f5
7 changed files with 39 additions and 44 deletions
@@ -447,7 +447,7 @@ public class LocationLifecycleService(
}
// Flatten
List<Item> mailableLoot = [.. loot.SelectMany(x => x)];
IEnumerable<Item> mailableLoot = [.. loot.SelectMany(x => x)];
// Send message from fence giving player reward generated above
mailSendService.SendLocalisedNpcMessageToPlayer(