aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0632-Sanitize-ResourceLocation-error-logging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0632-Sanitize-ResourceLocation-error-logging.patch')
-rw-r--r--patches/server/0632-Sanitize-ResourceLocation-error-logging.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0632-Sanitize-ResourceLocation-error-logging.patch b/patches/server/0632-Sanitize-ResourceLocation-error-logging.patch
index 644928b836..3c467a8134 100644
--- a/patches/server/0632-Sanitize-ResourceLocation-error-logging.patch
+++ b/patches/server/0632-Sanitize-ResourceLocation-error-logging.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Sanitize ResourceLocation error logging
diff --git a/src/main/java/net/minecraft/resources/ResourceLocation.java b/src/main/java/net/minecraft/resources/ResourceLocation.java
-index 980ba384d15c69030d033426290678e569af23b4..651a61681b0b484253f82b43a75e76c5a1c40543 100644
+index aed74e471126a8a66046a181973158d7d288d3f0..3908f88959e43d2f485d5f239257e6564dbda6cd 100644
--- a/src/main/java/net/minecraft/resources/ResourceLocation.java
+++ b/src/main/java/net/minecraft/resources/ResourceLocation.java
-@@ -209,7 +209,7 @@ public class ResourceLocation implements Comparable<ResourceLocation> {
+@@ -207,7 +207,7 @@ public class ResourceLocation implements Comparable<ResourceLocation> {
private static String assertValidNamespace(String namespace, String path) {
if (!isValidNamespace(namespace)) {
@@ -17,7 +17,7 @@ index 980ba384d15c69030d033426290678e569af23b4..651a61681b0b484253f82b43a75e76c5
} else {
return namespace;
}
-@@ -235,7 +235,7 @@ public class ResourceLocation implements Comparable<ResourceLocation> {
+@@ -233,7 +233,7 @@ public class ResourceLocation implements Comparable<ResourceLocation> {
private static String assertValidPath(String namespace, String path) {
if (!isValidPath(path)) {