summaryrefslogtreecommitdiffstats
path: root/nms-patches/UserCache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/UserCache.patch')
-rw-r--r--nms-patches/UserCache.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/UserCache.patch b/nms-patches/UserCache.patch
index 622bff44..628fe721 100644
--- a/nms-patches/UserCache.patch
+++ b/nms-patches/UserCache.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/UserCache.java
+++ b/net/minecraft/server/UserCache.java
-@@ -44,7 +44,7 @@
+@@ -45,7 +45,7 @@
private static boolean c;
private final Map<String, UserCache.UserCacheEntry> d = Maps.newHashMap();
private final Map<UUID, UserCache.UserCacheEntry> e = Maps.newHashMap();
@@ -9,7 +9,7 @@
private final GameProfileRepository g;
protected final Gson b;
private final File h;
-@@ -335,11 +335,11 @@
+@@ -336,11 +336,11 @@
}
}