Skip to content

Commit d8f7026

Browse files
committed
4.1.83
1 parent 624aa17 commit d8f7026

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ public static void openMenu(Class<? extends Menu> menuClass, Player player) thro
8080
menuClass.getConstructor(PlayerMenuUtility.class).newInstance(getPlayerMenuUtility(player)).open();
8181
} catch (InstantiationException | IllegalAccessException | InvocationTargetException | NoSuchMethodException e) {
8282
System.out.println(e);
83+
System.out.println("STACK TRACEEEEE");
84+
e.printStackTrace();
85+
System.out.println("ENDING STACK TRAAACEEEE");
8386
throw new MenuManagerException();
8487
}
8588
}

0 commit comments

Comments
 (0)