mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
[SPIGOT-946] Begin making use of access transforms to simplify patching.
This commit is contained in:
@@ -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 @@
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user