aboutsummaryrefslogtreecommitdiff
path: root/featureClass
diff options
context:
space:
mode:
Diffstat (limited to 'featureClass')
-rw-r--r--featureClass/featureManager.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js
index 6a9df4c..70c2cc6 100644
--- a/featureClass/featureManager.js
+++ b/featureClass/featureManager.js
@@ -69,6 +69,13 @@ class FeatureManager {
this.featureSettingsData = {}
new Thread(()=>{
+
+ try{
+ FileLib.getUrlContent("http://soopymc.my.to/api/soopyv2/ping")
+ }catch(e){
+ ChatLib.chat(this.messagePrefix + "&cError: Could not connect to Soopy's server. This may cause issues with features breaking but will (hopefully) be back soon.")
+ }
+
this.loadFeatureMetas()
this.loadFeatureSettings()