Archiviert
13
0
Dieses Repository wurde am 2024-12-25 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
Paper-Old/nms-patches/SystemUtils.patch

12 Zeilen
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) {
;
}