diff --git a/src/main/java/com/eu/habbo/habbohotel/items/interactions/games/InteractionGameTimer.java b/src/main/java/com/eu/habbo/habbohotel/items/interactions/games/InteractionGameTimer.java index 81e6df9d..6fec1c99 100644 --- a/src/main/java/com/eu/habbo/habbohotel/items/interactions/games/InteractionGameTimer.java +++ b/src/main/java/com/eu/habbo/habbohotel/items/interactions/games/InteractionGameTimer.java @@ -291,7 +291,6 @@ public abstract class InteractionGameTimer extends HabboItem implements Runnable if (game == null) { try { - System.out.println(gameClass.getName()); game = gameClass.getDeclaredConstructor(Room.class).newInstance(room); room.addGame(game); } catch (Exception e) {