mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-10 16:01:50 -04:00
player additional: correctly observe display name
This commit is contained in:
parent
d4a0ade701
commit
68d855041d
@ -52,6 +52,7 @@ class PlayerAdditional(
|
|||||||
init {
|
init {
|
||||||
this::name.observe(this) { updateTabName() }
|
this::name.observe(this) { updateTabName() }
|
||||||
this::team.observe(this) { updateTabName() }
|
this::team.observe(this) { updateTabName() }
|
||||||
|
this::displayName.observe(this) { updateTabName() }
|
||||||
updateTabName()
|
updateTabName()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user