Skip to content

Commit 624aa17

Browse files
committed
4.1.82
1 parent 6fdcd14 commit 624aa17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/me/kodysimpson/simpapi/menu/MenuManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static void openMenu(Class<? extends Menu> menuClass, Player player) thro
7979
try {
8080
menuClass.getConstructor(PlayerMenuUtility.class).newInstance(getPlayerMenuUtility(player)).open();
8181
} catch (InstantiationException | IllegalAccessException | InvocationTargetException | NoSuchMethodException e) {
82+
System.out.println(e);
8283
throw new MenuManagerException();
8384
}
8485
}

0 commit comments

Comments
 (0)