Skip to content

Commit

Permalink
Merge pull request #26 from Terasology/FixClassMetadataCopyBug
Browse files Browse the repository at this point in the history
Fix class metadata copy bug
  • Loading branch information
msteiger committed Oct 29, 2015
2 parents efa04be + c0a9166 commit f802a7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/terasology/cities/SettlementComponent.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public final class SettlementComponent implements Component {

public Settlement settlement;

public SettlementComponent() {
}

public SettlementComponent(Settlement settlement) {
this.settlement = settlement;
}
Expand Down

0 comments on commit f802a7f

Please sign in to comment.