Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hevav committed Jan 12, 2023
1 parent 8559112 commit 362db2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

setGroup("net.elytrium")
setVersion("1.0.9-SNAPSHOT")
setVersion("1.0.9")

java {
setSourceCompatibility(JavaVersion.VERSION_11)
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/net/elytrium/limboauth/LimboAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,10 @@ public static Serializer getSerializer() {
return SERIALIZER;
}

public Limbo getAuthServer() {
return this.authServer;
}

private static class CachedUser {

private final long checkTime;
Expand Down

0 comments on commit 362db2f

Please sign in to comment.