fix location loot gen

This commit is contained in:
CWX
2025-01-25 00:33:17 +00:00
parent 0aa6ef2039
commit c81964ef26
3 changed files with 3 additions and 4 deletions
@@ -126,7 +126,6 @@ public class LocationLifecycleService
_logger.Debug($"Starting: {request.Location}");
var playerProfile = _profileHelper.GetPmcProfile(sessionId);
GenerateLocationAndLoot(request.Location, !request.ShouldSkipLootGeneration ?? true);
var result = new StartLocalRaidResponseData
{