summaryrefslogtreecommitdiffstats
path: root/nms-patches/PropertyManager.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PropertyManager.patch')
-rw-r--r--nms-patches/PropertyManager.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/nms-patches/PropertyManager.patch b/nms-patches/PropertyManager.patch
index 6d519547..c312cda9 100644
--- a/nms-patches/PropertyManager.patch
+++ b/nms-patches/PropertyManager.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/PropertyManager.java
+++ b/net/minecraft/server/PropertyManager.java
-@@ -8,10 +8,12 @@
+@@ -8,6 +8,8 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
@@ -9,11 +9,6 @@
public class PropertyManager {
private static final Logger a = LogManager.getLogger();
-- private final Properties properties = new Properties();
-+ public final Properties properties = new Properties(); // CraftBukkit - public
- private final File file;
-
- public PropertyManager(File file) {
@@ -42,6 +44,24 @@
}