style: 移除无效异常信息

This commit is contained in:
2024-07-25 20:23:04 +08:00
parent 2263a74a77
commit a75853187c

View File

@@ -98,7 +98,6 @@ public class MinecraftVersion {
try {
return getCraftBukkitClass(className);
} catch (ClassNotFoundException e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}