From 5a2e4fe8cca493ca64004bf96768c366a9e13e4c Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 3 Feb 2025 17:01:58 +0000 Subject: [PATCH] Improved logging --- Libraries/Core/Services/LocationLifecycleService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Core/Services/LocationLifecycleService.cs b/Libraries/Core/Services/LocationLifecycleService.cs index 4374416c..bc2d8717 100644 --- a/Libraries/Core/Services/LocationLifecycleService.cs +++ b/Libraries/Core/Services/LocationLifecycleService.cs @@ -175,7 +175,7 @@ public class LocationLifecycleService AdjustExtracts(request.PlayerSide, request.Location, result.LocationLoot); - // Clear bot cache ready for next raid after this + // Clear bot cache ready for bot generation call that occurs after this _botGenerationCacheService.ClearStoredBots(); _botNameService.ClearNameCache();