removed that space again

This commit is contained in:
Valentijn van der Jagt
2025-11-24 21:52:12 +01:00
parent 98f7e4083e
commit 420fda3c6c

View File

@@ -32,7 +32,6 @@ public class BonusManager {
if (bonusItem.category.equals( "etos")) continue; if (bonusItem.category.equals( "etos")) continue;
this.bonusItems.add(bonusItem); this.bonusItems.add(bonusItem);
} }
} catch (InterruptedException e) { } catch (InterruptedException e) {