From 7d0c1664f60fc3078e8031c6ecd56ce8f4aaeb53 Mon Sep 17 00:00:00 2001 From: Cay Date: Fri, 13 Mar 2026 17:42:30 +0000 Subject: [PATCH] pop24 --- public/js/buildings/wohnhaus.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/js/buildings/wohnhaus.js b/public/js/buildings/wohnhaus.js index 47a8f45..87b441f 100644 --- a/public/js/buildings/wohnhaus.js +++ b/public/js/buildings/wohnhaus.js @@ -175,6 +175,8 @@ function initDrop() { const itemSlot = e.dataTransfer.getData("slot"); const targetSlot = slot.dataset.slot; + console.log("Item Slot:", itemSlot); + console.log("Target Slot:", targetSlot); if (itemSlot !== targetSlot) return;