mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 21:03:15 -04:00
Resolved #1827 - can no longer see other (current) player's city production in multiplayer
This commit is contained in:
parent
0ace2e1c7a
commit
df68ff75f8
@ -298,7 +298,7 @@ open class TileInfo {
|
||||
var cityString = city.name
|
||||
if(isViewableToPlayer) cityString += " ("+city.health+")"
|
||||
lineList += cityString
|
||||
if(UncivGame.Current.viewEntireMapForDebug || city.civInfo.isCurrentPlayer())
|
||||
if(UncivGame.Current.viewEntireMapForDebug || city.civInfo == viewingCiv)
|
||||
lineList += city.cityConstructions.getProductionForTileInfo()
|
||||
}
|
||||
lineList += baseTerrain.tr()
|
||||
|
Loading…
x
Reference in New Issue
Block a user