1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Don't say that 1.19.2 is supported (#3443)

This commit is contained in:
Konicai
2022-12-08 21:31:45 -05:00
committed by GitHub
parent 57e34372d8
commit 247edc6665

View File

@@ -110,7 +110,7 @@ public final class GameProtocol {
* @return the supported Minecraft: Java Edition version names
*/
public static List<String> getJavaVersions() {
return List.of(DEFAULT_JAVA_CODEC.getMinecraftVersion(), "1.19.2");
return List.of(DEFAULT_JAVA_CODEC.getMinecraftVersion());
}
/**