Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Masterserver bugfix
  • Loading branch information
proller committed Aug 4, 2013
1 parent 714a8ce commit 0b0919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/master/list.js
Expand Up @@ -53,7 +53,7 @@ function success(r) {
if (s.mods && jQuery.isArray(s.mods)) {
mods = s.mods.length;
}
h += '<td class="mts_version' + (mods ? ' mts_ismods' : '') + '">' + e(s.version) + ' ' + e(s.gameid) ' ' + e(s.mapgen);
h += '<td class="mts_version' + (mods ? ' mts_ismods' : '') + '">' + e(s.version) + ' ' + e(s.gameid) + ' ' + e(s.mapgen);
if (mods) {
h += '<div class="mts_mods">Mods ('+mods+'):<br/>';
for (m in s.mods) {
Expand Down

0 comments on commit 0b0919e

Please sign in to comment.