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