1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Added platform fork to metrics. Improved MC version detector in Bungee

This commit is contained in:
Tim203
2022-04-02 16:27:04 +02:00
parent 8d52ffd28d
commit c10561d010
8 changed files with 57 additions and 6 deletions

View File

@@ -43,4 +43,9 @@ public final class VelocityPlatformUtils extends PlatformUtils {
public String minecraftVersion() {
return ProtocolVersion.MAXIMUM_VERSION.getMostRecentSupportedVersion();
}
@Override
public String serverImplementationName() {
return server.getVersion().getName();
}
}