mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-24 22:01:49 +01:00
use .getorg, not .getasn
This commit is contained in:
parent
5d82128688
commit
871390fe61
@ -67,7 +67,7 @@ class WebDashboardServer {
|
||||
ipInfo.lookupIP(address.address.hostAddress.substringBefore("%"))
|
||||
} else null
|
||||
} catch (ignored: Exception) { null }
|
||||
val msg = "Client: $address (${info?.asn?.name}, ${info?.city}, ${info?.region}, ${info?.countryCode})\nBackend: $backAddress"
|
||||
val msg = "Client: $address (${info?.org}, ${info?.city}, ${info?.region}, ${info?.countryCode})\nBackend: $backAddress"
|
||||
listeners[id]?.forEach {
|
||||
it.ws.send(
|
||||
JsonObject().also {
|
||||
|
Loading…
Reference in New Issue
Block a user