diff --git a/Paper/SteamWar-Patches/0567-Undo-partial-0004-MC-Utils.patch b/Paper/SteamWar-Patches/0567-Undo-partial-0004-MC-Utils.patch new file mode 100644 index 0000000..6e2d1fd --- /dev/null +++ b/Paper/SteamWar-Patches/0567-Undo-partial-0004-MC-Utils.patch @@ -0,0 +1,24 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: yoyonow +Date: Wed, 16 Jun 2021 20:56:09 +0200 +Subject: [PATCH] Undo partial 'Paper/Spigot-Server-Patches/0004-MC-Utils.patch' + +--- + SystemUtils.java | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/main/java/net/minecraft/SystemUtils.java b/src/main/java/net/minecraft/SystemUtils.java +index b0746aa..b4cb8a9 100644 +--- a/src/main/java/net/minecraft/SystemUtils.java ++++ b/src/main/java/net/minecraft/SystemUtils.java +@@ -64,7 +64,7 @@ public class SystemUtils { + } + + public static long getMonotonicNanos() { +- return System.nanoTime(); ++ return a.getAsLong(); + } + + public static long getTimeMillis() { +-- +