Skip to content

Commit

Permalink
Merge pull request #415 from the-m4a/master
Browse files Browse the repository at this point in the history
September 2019 Update mod fixes v2 (includes fixes from PR #407)
  • Loading branch information
Azurency committed Apr 3, 2020
2 parents 1683a24 + 433bd2b commit 27702e5
Show file tree
Hide file tree
Showing 31 changed files with 851 additions and 640 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,5 @@ cqui_settings_local.sql
.bak
*.bak
.DS_Store
/.settings/
/.buildpath
618 changes: 314 additions & 304 deletions Assets/Expansion1/CityBanners/citybannermanager.lua

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Assets/Expansion1/CityBanners/citybannermanager.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<Context>

<!-- Instances that make up City Banners -->
<Include File="CityBannerInstances"/>

Expand All @@ -9,5 +8,4 @@
<Container ID="CityDistrictIcons"/>

<Container ID="CQUI_WorkedPlotContainer" />

</Context>
2 changes: 1 addition & 1 deletion Assets/Expansion2/CityBanners/citybannermanager.lua
Expand Up @@ -4509,7 +4509,7 @@ end
-- ===========================================================================
function Initialize()

print("Initialize CQUI CityBanner Expansion 1")
print("Initialize CQUI CityBanner Expansion 2")

RegisterDirtyEvents();

Expand Down

0 comments on commit 27702e5

Please sign in to comment.