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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user