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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user