Skip to content

Commit 3f2adce

Browse files
fix: Added more logging
1 parent 1d4dec2 commit 3f2adce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/CustomDeliveries.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public static async Task CraftThenHandinNpc(CustomDeliveryNpc? deliveryNpc, DohC
305305
if (order != "" && !InventoryManager.FilledSlots.Any(i => items.Contains(i.RawItemId)))
306306
{
307307
await GeneralFunctions.StopBusy();
308-
Log.Information($"Calling Lisbeth with {order}");
308+
Log.Information($"Calling Lisbeth for {DataManager.GetItem(AgentSatisfactionSupply.Instance.DoHItemId).CurrentLocaleName} {order}");
309309
try
310310
{
311311
var recipe = LookUpRecipe(AgentSatisfactionSupply.Instance.DoHItemId, dohClass);

0 commit comments

Comments
 (0)