Skip to content

Commit

Permalink
Fixing "create game" not displaying the full "featured_mod" name
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed Aug 23, 2015
1 parent d43523e commit 1b6b8e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected void updateItem(GameTypeBean item, boolean empty) {
setText(null);
setGraphic(null);
} else {
setText(item.getName());
setText(item.getFullName());
}
}
};
Expand Down

0 comments on commit 1b6b8e4

Please sign in to comment.