mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-13 08:14:29 +07:00
Fix era notification (#5161)
This commit is contained in:
parent
7b6e57d3b5
commit
612ad0ab55
@ -42,4 +42,7 @@ class Era : INamed, IHasUniques {
|
||||
}
|
||||
|
||||
fun getHexColor() = "#" + getColor().toString().substring(0, 6)
|
||||
}
|
||||
|
||||
/** This is used for display purposes in templates */
|
||||
override fun toString() = name
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user