mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-07 14:02:48 +07:00
Spectators receive era notifications again (#10937)
This commit is contained in:
parent
b9f44982b9
commit
59b8e9bd76
@ -410,7 +410,7 @@ class TechManager : IsPartOfGameInfoSerialization {
|
||||
NotificationIcon.Science
|
||||
)
|
||||
if (civInfo.isMajorCiv()) {
|
||||
for (knownCiv in civInfo.getKnownCivs()) {
|
||||
for (knownCiv in civInfo.getKnownCivsWithSpectators()) {
|
||||
knownCiv.addNotification(
|
||||
"[${civInfo.civName}] has entered the [$currentEra]!",
|
||||
NotificationCategory.General, civInfo.civName, NotificationIcon.Science
|
||||
|
Loading…
Reference in New Issue
Block a user