Skip to content

Commit

Permalink
Syntax error fix
Browse files Browse the repository at this point in the history
Deleted extra else.
  • Loading branch information
stackpoint committed Jan 26, 2014
1 parent faa911e commit a41a16e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cat/Cat/Interface/Bugfixes/CityView.lua
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ function AddBuildingButton( pCity, building )
controlTable.BuildingFilledSpecialistSlot1:SetTexture(civilservantTexture);
controlTable.BuildingFilledSpecialistSlot2:SetTexture(civilservantTexture);
controlTable.BuildingFilledSpecialistSlot3:SetTexture(civilservantTexture);
else
--end addition
else
controlTable.BuildingFilledSpecialistSlot1:SetTexture(workerTexture);
Expand Down

0 comments on commit a41a16e

Please sign in to comment.