mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 10:05:12 +01:00
Better naming for version info
This commit is contained in:
parent
c4bab6c9af
commit
c3bd45cd58
@ -11,7 +11,7 @@ public class VersionInfo {
|
|||||||
private String javaVersion;
|
private String javaVersion;
|
||||||
private String operatingSystem;
|
private String operatingSystem;
|
||||||
private int serverProtocol;
|
private int serverProtocol;
|
||||||
private Set<Integer> enabledPipelines;
|
private Set<Integer> enabledProtocols;
|
||||||
private String platformName;
|
private String platformName;
|
||||||
private String platformVersion;
|
private String platformVersion;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user