mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-02 16:49:10 +00:00
Add Back getSettings() Method Needed By api but return null
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
package org.parabot.core.desc;
|
||||
|
||||
import org.json.simple.JSONObject;
|
||||
import org.parabot.core.Configuration;
|
||||
import org.parabot.environment.api.utils.WebUtil;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.Properties;
|
||||
import java.util.zip.CRC32;
|
||||
|
||||
/**
|
||||
@@ -18,6 +15,10 @@ import java.util.zip.CRC32;
|
||||
*/
|
||||
public class ServerProviderInfo {
|
||||
|
||||
public HashMap<String, Integer> getSettings() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public URL getClient() {
|
||||
try {
|
||||
return new URL(Configuration.clientJar);
|
||||
|
||||
Reference in New Issue
Block a user