diff --git a/Common/src/main/java/com/hypherionmc/craterlib/core/event/CraterEventBus.java b/Common/src/main/java/com/hypherionmc/craterlib/core/event/CraterEventBus.java index f2399b9..1ead324 100644 --- a/Common/src/main/java/com/hypherionmc/craterlib/core/event/CraterEventBus.java +++ b/Common/src/main/java/com/hypherionmc/craterlib/core/event/CraterEventBus.java @@ -42,7 +42,7 @@ public final class CraterEventBus { try { m.method.invoke(m.parentObject, event); } catch (Exception e) { - throw new RuntimeException(); + throw new RuntimeException(e); } };