Added debug logging to ResetTraderPurchasesStoredInProfile

This commit is contained in:
Chomp
2025-01-24 19:33:16 +00:00
parent ef40e60284
commit 9fd9cfcae6
@@ -101,6 +101,7 @@ public class TraderPurchasePersisterService(
profile.Value.TraderPurchases[traderId] = new Dictionary<string, TraderPurchaseData>();
}
_logger.Debug($"Reset trader: {traderId} assort buy limits");
}
/**