mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-14 09:56:37 -04:00
server card: reset ping when repinging
This commit is contained in:
parent
948db1688a
commit
0cb1ab58f9
@ -113,6 +113,7 @@ class ServerCardController : AbstractCardController<ServerCard>() {
|
|||||||
|
|
||||||
motdFX.text = ChatComponent.of(Minosoft.LANGUAGE_MANAGER.translate(it))
|
motdFX.text = ChatComponent.of(Minosoft.LANGUAGE_MANAGER.translate(it))
|
||||||
serverList?.onPingUpdate(item)
|
serverList?.onPingUpdate(item)
|
||||||
|
resetPing()
|
||||||
}
|
}
|
||||||
|
|
||||||
ping::error.observeFX(ping, instant = true) {
|
ping::error.observeFX(ping, instant = true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user