Move Debug logs under DebugOnly

This commit is contained in:
Zeffuro
2026-01-02 15:32:15 +01:00
parent 120fcf00cf
commit a7bfd7ea66
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ public abstract unsafe class InventoryAddonBase : NativeAddon, IInventoryWindow
ReferenceIndex = (short)absoluteIndex
};
Services.Logger.Debug($"[BackgroundDrop] Target: {emptyLocation} -> Visual: {visualLocation} (Ref: {absoluteIndex})");
Services.Logger.DebugOnly($"[BackgroundDrop] Target: {emptyLocation} -> Visual: {visualLocation} (Ref: {absoluteIndex})");
InventoryMoveHelper.HandleItemMovePayload(acceptedPayload, targetPayload);