mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +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) {
|
public void init(LaunchServer server) {
|
||||||
if (provider != null)
|
if (provider != null)
|
||||||
provider.init(server);
|
provider.init(server);
|
||||||
|
this.server = server;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue