mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 05:09:25 +07:00
Resolved #1827 - can no longer see other (current) player's city production in multiplayer
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user