added some debugging

This commit is contained in:
Valentijn van der Jagt
2026-01-05 12:35:45 +01:00
parent 7fd0eab2c5
commit bcdece9941

View File

@@ -33,6 +33,7 @@ public class BonusManager {
if (bonusItem.category.equals( "etos")) continue; if (bonusItem.category.equals( "etos")) continue;
bonusItems.add(bonusItem); bonusItems.add(bonusItem);
System.out.println("added bonusItem " + bonusItem.title);
} }
} catch (InterruptedException e) { } catch (InterruptedException e) {