mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 10:17:38 +01:00
5e6f5eeb0d
By: md_5 <git@md-5.net>
12 lines
451 B
Diff
12 lines
451 B
Diff
--- a/net/minecraft/server/SystemUtils.java
|
|
+++ b/net/minecraft/server/SystemUtils.java
|
|
@@ -32,7 +32,7 @@
|
|
Processor[] aprocessor = (new SystemInfo()).getHardware().getProcessors();
|
|
|
|
SystemUtils.a = String.format("%dx %s", new Object[] { Integer.valueOf(aprocessor.length), aprocessor[0]}).replaceAll("\\s+", " ");
|
|
- } catch (Exception exception) {
|
|
+ } catch (Throwable exception) {
|
|
;
|
|
}
|
|
|