mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Moved spawn-protection from server.properties into (settings.)spawn-radius in bukkit.yml
This commit is contained in:
@@ -12,7 +12,7 @@ import joptsimple.OptionSet; // CraftBukkit
|
||||
public class PropertyManager {
|
||||
|
||||
public static Logger a = Logger.getLogger("Minecraft");
|
||||
private Properties properties = new Properties();
|
||||
public Properties properties = new Properties(); // Craftbukkit - priv to pub
|
||||
private File c;
|
||||
|
||||
public PropertyManager(File file1) {
|
||||
|
Reference in New Issue
Block a user