mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2025-01-15 20:31:43 +01:00
Make MinecraftAuthenticationLinker cached
This commit is contained in:
parent
964db4bb20
commit
7884e6988f
@ -29,12 +29,10 @@ import java.util.Optional;
|
||||
import java.util.UUID;
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
|
||||
public class MinecraftAuthenticationLinker implements LinkProvider {
|
||||
|
||||
private final DiscordSRV discordSRV;
|
||||
public class MinecraftAuthenticationLinker extends CachedLinkProvider implements LinkProvider {
|
||||
|
||||
public MinecraftAuthenticationLinker(DiscordSRV discordSRV) {
|
||||
this.discordSRV = discordSRV;
|
||||
super(discordSRV);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user