TheKaranRawat / SUPERPOWERS

The official repo for Superpowers Community Edition.
MIT License
9 stars 2 forks source link

City Banner not showing in HotSeat #1

Open CyberPhy opened 3 years ago

CyberPhy commented 3 years ago

The city banner keeps disappearing when playing hotseat(works fine on single player) I did find that if I commented out controls.CityIcon_TOWN:SetHide(false) it worked

Runtime Error: Assets\DLC\MP_MODSPACK\Mods\Super Power Clash of Civilizations (v 6)\UI\Override\CityBannerManager.lua:467: attempt to index field 'CityIcon_TOWN' (a nil value)

TheKaranRawat commented 3 years ago

This one seems strange especially since it works fine in multiplayer, also there seem to be a lot of nil values left over from the original mod release (I suppose most are non fatal), if this change has no other side effects it could definitely be implemented. Let me know if it leads to any other issues, thanks for the feedback!