Skip to content

Commit

Permalink
Reverted AdvancedReplay API to be a system path instead of Jitpack ho…
Browse files Browse the repository at this point in the history
…sted. Jitpack resulted in a NPE being thrown during runtime that would prevent this plugin from working.
  • Loading branch information
JustinDevB committed Mar 12, 2024
1 parent 3b0ac34 commit fcc4573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added bin/Replay.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>me.justindevb</groupId>
<artifactId>AntiCheatReplay</artifactId>
<version>2.7.9</version>
<version>2.7.10</version>
<packaging>jar</packaging>

<name>AntiCheatReplay</name>
Expand Down Expand Up @@ -58,7 +58,9 @@
<dependency>
<groupId>com.github.Jumper251</groupId>
<artifactId>AdvancedReplay</artifactId>
<version>-d0ddedae1c-1</version>
<version>1.8.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/bin/Replay.jar</systemPath>
</dependency>

<!--
Expand Down

0 comments on commit fcc4573

Please sign in to comment.