mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Jwts token builder
This commit is contained in:
parent
fcdaa36421
commit
8ad6f7ccbe
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ public boolean onJoinServer(String serverID, String username, Client client) {
|
|||
public void init(LaunchServer server) {
|
||||
if (provider != null)
|
||||
provider.init(server);
|
||||
this.server = server;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue