diff --git a/LauncherAuthlib/src/main/java/com/mojang/authlib/yggdrasil/YggdrasilMinecraftSessionService.java b/LauncherAuthlib/src/main/java/com/mojang/authlib/yggdrasil/YggdrasilMinecraftSessionService.java index 2d95d0ff..434626ed 100644 --- a/LauncherAuthlib/src/main/java/com/mojang/authlib/yggdrasil/YggdrasilMinecraftSessionService.java +++ b/LauncherAuthlib/src/main/java/com/mojang/authlib/yggdrasil/YggdrasilMinecraftSessionService.java @@ -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) {