add parsing for chat prefix mode configuration

This commit is contained in:
Jakob Schulz
2026-05-20 19:06:05 +02:00
parent 24d8ec7301
commit 48fb6b5ed7
2 changed files with 45 additions and 3 deletions
@@ -175,6 +175,9 @@ class SteamwarUser(id: EntityID<Int>) : IntEntity(id) {
leaderInternal = false
}
fun hasTeam() =
team != 0
private var leaderInternal by SteamwarUserTable.leader
var leader: Boolean
get() = leaderInternal