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