Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FranFrau committed Aug 12, 2020
2 parents b127e0f + 6465821 commit 5b6e9ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ReflectionAPI {
* @return the server's numerical version
*/
@Getter
private static int numericalVersion = Integer.parseInt(version.split("_")[2]);
private static int numericalVersion = Integer.parseInt(version.split("_")[1]);

/**
* @param name The path of a 'net.minecraft.server.v1_X_RX.' class
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</repositories>
<dependency>
<groupId>com.github.AlbeMiglio</groupId>
<groupId>com.github.AlbeMiglio.PowerLib</groupId>
<artifactId>PowerLib</artifactId>
<version>1.0.8</version>
</dependency>
```
```

0 comments on commit 5b6e9ac

Please sign in to comment.