SteamWar/SpigotCore
Archiviert
13
0
Dieser Commit ist enthalten in:
Chaoscaot 2021-04-29 20:17:10 +02:00
Ursprung 1c3318d5fd
Commit 76cdbda4e7

Datei anzeigen

@ -28,7 +28,7 @@ import java.lang.reflect.Field;
public class AuthlibInjector { public class AuthlibInjector {
public static void inject() { public static void inject() {
if(Core.getVersion() != 15) { if (Core.getVersion() != 15) {
return; return;
} }