diff options
author | Äkwav <ekwav@coflnet.com> | 2022-09-30 18:03:39 +0200 |
---|---|---|
committer | Äkwav <ekwav@coflnet.com> | 2022-09-30 18:03:39 +0200 |
commit | 3e2d251438e421c202bd49953467af47acfb4702 (patch) | |
tree | a6c6ed555a514dbb38b5a78eca159109e1dd5860 /src/main/java/de/torui/coflsky/CoflSky.java | |
parent | 3f8a19c086a3ab18984b58cf50707d2f71fff06f (diff) | |
download | COFL-3e2d251438e421c202bd49953467af47acfb4702.tar.gz COFL-3e2d251438e421c202bd49953467af47acfb4702.tar.bz2 COFL-3e2d251438e421c202bd49953467af47acfb4702.zip |
fixes #68 & fixes #67
Diffstat (limited to 'src/main/java/de/torui/coflsky/CoflSky.java')
-rw-r--r-- | src/main/java/de/torui/coflsky/CoflSky.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/torui/coflsky/CoflSky.java b/src/main/java/de/torui/coflsky/CoflSky.java index 1274a25..4d1fe6f 100644 --- a/src/main/java/de/torui/coflsky/CoflSky.java +++ b/src/main/java/de/torui/coflsky/CoflSky.java @@ -45,7 +45,7 @@ public class CoflSky "ws://sky-mod.coflnet.com/modsocket", }; - public static String CommandUri = "https://sky.coflnet.com/api/mod/commands"; + public static String CommandUri = Config.BaseUrl + "/api/mod/commands"; @EventHandler public void preInit(FMLPreInitializationEvent event) { String configString = null; |