mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Remove unused API Location that got printed on startup
This commit is contained in:
		@@ -2182,7 +2182,6 @@ public class PS {
 | 
				
			|||||||
            settings.put("Auto Clear Enabled", "" + Settings.AUTO_CLEAR);
 | 
					            settings.put("Auto Clear Enabled", "" + Settings.AUTO_CLEAR);
 | 
				
			||||||
            settings.put("Auto Clear Days", "" + Settings.AUTO_CLEAR_DAYS);
 | 
					            settings.put("Auto Clear Days", "" + Settings.AUTO_CLEAR_DAYS);
 | 
				
			||||||
            settings.put("Schematics Save Path", "" + Settings.SCHEMATIC_SAVE_PATH);
 | 
					            settings.put("Schematics Save Path", "" + Settings.SCHEMATIC_SAVE_PATH);
 | 
				
			||||||
            settings.put("API Location", "" + Settings.API_URL);
 | 
					 | 
				
			||||||
            for (Entry<String, String> setting : settings.entrySet()) {
 | 
					            for (Entry<String, String> setting : settings.entrySet()) {
 | 
				
			||||||
                PS.log(C.PREFIX + String.format("&cKey: &6%s&c, Value: &6%s", setting.getKey(), setting.getValue()));
 | 
					                PS.log(C.PREFIX + String.format("&cKey: &6%s&c, Value: &6%s", setting.getKey(), setting.getValue()));
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -137,10 +137,6 @@ public class Settings {
 | 
				
			|||||||
    public static int AUTO_CLEAR_DAYS = 360;
 | 
					    public static int AUTO_CLEAR_DAYS = 360;
 | 
				
			||||||
    public static int CLEAR_THRESHOLD = 1;
 | 
					    public static int CLEAR_THRESHOLD = 1;
 | 
				
			||||||
    public static int CLEAR_INTERVAL = 120;
 | 
					    public static int CLEAR_INTERVAL = 120;
 | 
				
			||||||
    /**
 | 
					 | 
				
			||||||
     * API Location
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
    public static String API_URL = "http://www.intellectualsites.com/minecraft.php";
 | 
					 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Use the custom API
 | 
					     * Use the custom API
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user