diff --git a/LaunchServer/source/response/ResponseThread.java b/LaunchServer/source/response/ResponseThread.java index 9724f72..0f3c4c3 100644 --- a/LaunchServer/source/response/ResponseThread.java +++ b/LaunchServer/source/response/ResponseThread.java @@ -96,7 +96,7 @@ // Read request type Type type = Type.read(input); - if (legacy) { + if (legacy && type != Type.LAUNCHER) { output.writeBoolean(false); throw new IOException(String.format("#%d Not LAUNCHER request on legacy protocol", id)); }