use single configuration file for webhooks
This commit is contained in:
@@ -11,7 +11,7 @@ public class ServerUtils {
|
||||
public static String address_fallback = Utils.getServerHostPublicIP();
|
||||
public static String webhook_notify = Main.getNotifyWebhook();
|
||||
public static String webhook_messages = Main.getPublicMessageWebhook();
|
||||
public static String address = "mc-srv2-singapore.rrryfoo.cf";
|
||||
public static String address = Utils.getServerHostPublicIP();
|
||||
|
||||
public static boolean serverIsUp(String serverAddress, Integer serverPort) {
|
||||
/*Socket socket;
|
||||
|
||||
Reference in New Issue
Block a user