Skip to content

Commit

Permalink
closes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
ichatz committed Dec 5, 2015
1 parent 8c76370 commit be418ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ private void initNationRelation(final Game newGame, final NationsRelation thisNR
newNR.setTarget(thisNR.getTarget());
newNR.setRelation(thisNR.getRelation());
newNR.setPrisoners(thisNR.getPrisoners());
newNR.setVisible(thisNR.isVisible());
RelationsManager.getInstance().add(newNR);
}

Expand Down

0 comments on commit be418ed

Please sign in to comment.