Skip to content

Commit dc503cd

Browse files
Update legacy Minecraft version warning (#3989)
1 parent 8aa2f4b commit dc503cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/viaversion/viaversion/ViaManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void onServerLoaded() {
150150
platform.getLogger().warning("and if you're still unsure, feel free to join our Discord-Server for further assistance.");
151151
} else if (protocolVersion.highestSupportedProtocolVersion().olderThan(ProtocolVersion.v1_13)) {
152152
platform.getLogger().warning("This version of Minecraft is extremely outdated and support for it has reached its end of life. "
153-
+ "You will still be able to run Via on this Minecraft version, but we are unlikely to provide any further fixes or help with problems specific to legacy Minecraft versions. "
153+
+ "You will still be able to run Via on this Minecraft version, but we will prioritize issues with legacy Minecraft versions less. "
154154
+ "Please consider updating to give your players a better experience and to avoid issues that have long been fixed.");
155155
}
156156
}

0 commit comments

Comments
 (0)