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