From 76cdbda4e7259516af99153b6691d18262ed886c Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Thu, 29 Apr 2021 20:17:10 +0200 Subject: [PATCH] Fix Version --- SpigotCore_Main/src/de/steamwar/authlib/AuthlibInjector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpigotCore_Main/src/de/steamwar/authlib/AuthlibInjector.java b/SpigotCore_Main/src/de/steamwar/authlib/AuthlibInjector.java index dcb6ea2..f12bd3d 100644 --- a/SpigotCore_Main/src/de/steamwar/authlib/AuthlibInjector.java +++ b/SpigotCore_Main/src/de/steamwar/authlib/AuthlibInjector.java @@ -28,7 +28,7 @@ import java.lang.reflect.Field; public class AuthlibInjector { public static void inject() { - if(Core.getVersion() != 15) { + if (Core.getVersion() != 15) { return; }