style: 移除无效异常信息
This commit is contained in:
@@ -98,7 +98,6 @@ public class MinecraftVersion {
|
||||
try {
|
||||
return getCraftBukkitClass(className);
|
||||
} catch (ClassNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user