Skip to content

Commit

Permalink
fixed reading invasion api
Browse files Browse the repository at this point in the history
LITERALLY ONE SLASH BRO
  • Loading branch information
hyperdefined committed Feb 6, 2022
1 parent 5052a4e commit 9b473ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>lol.hyper</groupId>
<artifactId>CustomLauncherRewrite</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public class InvasionTask implements ActionListener {

final String INVASION_URL = "https://api.toon.plus/invasions/";
final String INVASION_URL = "https://api.toon.plus/invasions";

private final InvasionTracker invasionTracker;

Expand Down

0 comments on commit 9b473ae

Please sign in to comment.