diff --git a/public/js/buildings/wohnhaus.js b/public/js/buildings/wohnhaus.js index b36f7af..e19ff71 100644 --- a/public/js/buildings/wohnhaus.js +++ b/public/js/buildings/wohnhaus.js @@ -35,7 +35,7 @@ async function loadInventory() { const items = await res.json(); let html = ""; - + console.log(items); items.forEach((item) => { const icon = item.icon ? item.icon : "/images/items/default.png"; const name = item.name ? item.name : "Unbekannt";