Skip to content

Commit

Permalink
Updated: min version should be 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaneyXYZ committed Jun 18, 2024
1 parent 5220339 commit fe9c1ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class RoyalCommands extends JavaPlugin {
private static RoyalCommands instance;
public final AuthorizationHandler ah = new AuthorizationHandler(this);
public final VaultHandler vh = new VaultHandler(this);
private final int minVersion = 1200; // 1.20.0
private final int minVersion = 1205; // 1.20.5

private final Pattern versionPattern = Pattern.compile("((\\d+\\.?){3})(\\-SNAPSHOT)?(\\-local\\-(\\d{8}\\.\\d{6})|\\-(\\d+))?");
private final long startTime = System.currentTimeMillis();
Expand Down

0 comments on commit fe9c1ec

Please sign in to comment.