mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] PaperSpigot no patch worked
This commit is contained in:
parent
4cc22faa55
commit
84c459bb0d
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ public YggdrasilMinecraftSessionService(AuthenticationService service) {
|
|||
LogHelper.debug("Patched MinecraftSessionService created");
|
||||
}
|
||||
|
||||
public YggdrasilMinecraftSessionService(YggdrasilAuthenticationService service) {
|
||||
super(service);
|
||||
LogHelper.debug("Patched MinecraftSessionService created");
|
||||
}
|
||||
|
||||
public static void fillTextureProperties(GameProfile profile, PlayerProfile pp) {
|
||||
boolean debug = LogHelper.isDebugEnabled();
|
||||
if (debug) {
|
||||
|
|
Loading…
Reference in a new issue