added space to test authentication to git server

This commit is contained in:
Valentijn van der Jagt
2025-11-24 21:50:44 +01:00
parent 34b4285e37
commit 98f7e4083e

View File

@@ -32,6 +32,7 @@ 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) {