mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Remove unnecessary log
This commit is contained in:
parent
d68c39b707
commit
c09f199e0b
@ -291,7 +291,6 @@ public abstract class InteractionGameTimer extends HabboItem implements Runnable
|
|||||||
|
|
||||||
if (game == null) {
|
if (game == null) {
|
||||||
try {
|
try {
|
||||||
System.out.println(gameClass.getName());
|
|
||||||
game = gameClass.getDeclaredConstructor(Room.class).newInstance(room);
|
game = gameClass.getDeclaredConstructor(Room.class).newInstance(room);
|
||||||
room.addGame(game);
|
room.addGame(game);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user