summaryrefslogtreecommitdiffstats
path: root/nms-patches/SystemUtils.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/SystemUtils.patch')
-rw-r--r--nms-patches/SystemUtils.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/nms-patches/SystemUtils.patch b/nms-patches/SystemUtils.patch
deleted file mode 100644
index 2ce12c01..00000000
--- a/nms-patches/SystemUtils.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) {
- ;
- }
-