We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5052a4e commit 9b473aeCopy full SHA for 9b473ae
pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>lol.hyper</groupId>
25
<artifactId>CustomLauncherRewrite</artifactId>
26
- <version>1.7.1</version>
+ <version>1.7.2</version>
27
<packaging>jar</packaging>
28
29
<properties>
src/main/java/lol/hyper/customlauncher/invasiontracker/InvasionTask.java
@@ -12,7 +12,7 @@
12
13
public class InvasionTask implements ActionListener {
14
15
- final String INVASION_URL = "https://api.toon.plus/invasions/";
+ final String INVASION_URL = "https://api.toon.plus/invasions";
16
17
private final InvasionTracker invasionTracker;
18
0 commit comments