Added debug logging to ResetTraderPurchasesStoredInProfile
This commit is contained in:
@@ -101,6 +101,7 @@ public class TraderPurchasePersisterService(
|
||||
|
||||
profile.Value.TraderPurchases[traderId] = new Dictionary<string, TraderPurchaseData>();
|
||||
}
|
||||
_logger.Debug($"Reset trader: {traderId} assort buy limits");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user