mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
fix hostname
This commit is contained in:
parent
a5c9abd574
commit
bfbf49fa9f
@ -56,7 +56,7 @@ object CloudHeadProtocol : SimpleProtocol() {
|
|||||||
backendVer = backProto,
|
backendVer = backProto,
|
||||||
frontOnline = parsed.online,
|
frontOnline = parsed.online,
|
||||||
altName = parsed.altUsername,
|
altName = parsed.altUsername,
|
||||||
hadHostname = parsed.viaSuffix == null
|
hadHostname = parsed.viaSuffix != null
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -73,4 +73,4 @@ data class CloudData(
|
|||||||
var frontOnline: Boolean,
|
var frontOnline: Boolean,
|
||||||
var altName: String?,
|
var altName: String?,
|
||||||
var hadHostname: Boolean
|
var hadHostname: Boolean
|
||||||
) : StoredObject(userConnection)
|
) : StoredObject(userConnection)
|
||||||
|
Loading…
Reference in New Issue
Block a user