mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-07 09:45:09 +01:00
Update Settings.java
This commit is contained in:
parent
5df6f2a13e
commit
63af0de9f0
@ -119,7 +119,6 @@ public class Settings extends Config {
|
||||
|
||||
// Schematics
|
||||
Paths.SCHEMATICS = config.getString("schematics.save_path", Paths.SCHEMATICS);
|
||||
Paths.BO3 = config.getString("bo3.save_path", Paths.BO3);
|
||||
|
||||
// Web
|
||||
Web.URL = config.getString("web.url", Web.URL);
|
||||
@ -230,7 +229,6 @@ public class Settings extends Config {
|
||||
|
||||
@Comment("Configure the paths that will be used") public static final class Paths {
|
||||
public static String SCHEMATICS = "schematics";
|
||||
public static String BO3 = "bo3";
|
||||
public static String SCRIPTS = "scripts";
|
||||
public static String TEMPLATES = "templates";
|
||||
public static String TRANSLATIONS = "translations";
|
||||
|
Loading…
Reference in New Issue
Block a user