Skip to content

Commit

Permalink
Adjust message when a player does not have a role
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Dec 13, 2018
1 parent 4d23e95 commit d0fd854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/sdtdServer/players.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
data: 'role',
render: function (data, type, row, meta) {
if (_.isNull(data)) {
return 'None'
return 'None assigned'
} else {
return data.name
}
Expand Down

0 comments on commit d0fd854

Please sign in to comment.