Don't log exceptions in old java versions for module opening

This commit is contained in:
fullwall 2021-04-15 00:28:49 +08:00
parent 777a62036f
commit 3ad450b1be
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ public class NMS {
}
ADD_OPENS.invoke(GET_MODULE.invoke(from), from.getPackage().getName(), GET_MODULE.invoke(to));
} catch (Exception e) {
e.printStackTrace();
}
}