diff --git a/nms-patches/SystemUtils.patch b/nms-patches/SystemUtils.patch
new file mode 100644
index 0000000000..2ce12c015b
--- /dev/null
+++ b/nms-patches/SystemUtils.patch
@@ -0,0 +1,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) {
+             ;
+         }
+