Skip to content

Commit

Permalink
Don't log exceptions in old java versions for module opening
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Apr 14, 2021
1 parent 777a620 commit 3ad450b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/src/main/java/net/citizensnpcs/util/NMS.java
Expand Up @@ -300,7 +300,6 @@ public static void giveReflectiveAccess(Class<?> from, Class<?> to) {
}
ADD_OPENS.invoke(GET_MODULE.invoke(from), from.getPackage().getName(), GET_MODULE.invoke(to));
} catch (Exception e) {
e.printStackTrace();
}
}

Expand Down

0 comments on commit 3ad450b

Please sign in to comment.