summaryrefslogtreecommitdiffstats
path: root/nms-patches/SystemUtils.patch
blob: 2ce12c015bcec78a9b1096e364af7750e38f12af (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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) {
             ;
         }