Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
Merge pull request #9 from olegbl/refresh-production-panel
Browse files Browse the repository at this point in the history
Automatically refresh production panel
  • Loading branch information
chaorace authored Oct 29, 2016
2 parents 5509c51 + 95d5db1 commit 336be23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Panels/ProductionPanel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2228,7 +2228,7 @@ function Initialize()
LuaEvents.StrageticView_MapPlacement_ProductionOpen.Add( OnStrategicViewMapPlacementProductionOpen );
LuaEvents.Tutorial_ProductionOpen.Add( OnTutorialProductionOpen );

--Events.CityProductionChanged.Add( OnCityProductionChanged );
Events.CityProductionChanged.Add( OnCityProductionChanged );
Events.CityProductionCompleted.Add(OnCityProductionCompleted);

LuaEvents.QUI_Option_ToggleCowboy.Add( OnToggleCowboy );
Expand Down

0 comments on commit 336be23

Please sign in to comment.