From a65e45d889c1f040e1921eb84903af915df512db Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 6 Jun 2015 19:33:48 +1000 Subject: [SPIGOT-946] Begin making use of access transforms to simplify patching. --- nms-patches/PropertyManager.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'nms-patches/PropertyManager.patch') 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 @@ } -- cgit v1.2.3