Skip to content

Commit 0b0919e

Browse files
committedAug 4, 2013
Masterserver bugfix
1 parent 714a8ce commit 0b0919e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎util/master/list.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function success(r) {
5353
if (s.mods && jQuery.isArray(s.mods)) {
5454
mods = s.mods.length;
5555
}
56-
h += '<td class="mts_version' + (mods ? ' mts_ismods' : '') + '">' + e(s.version) + ' ' + e(s.gameid) ' ' + e(s.mapgen);
56+
h += '<td class="mts_version' + (mods ? ' mts_ismods' : '') + '">' + e(s.version) + ' ' + e(s.gameid) + ' ' + e(s.mapgen);
5757
if (mods) {
5858
h += '<div class="mts_mods">Mods ('+mods+'):<br/>';
5959
for (m in s.mods) {

0 commit comments

Comments
 (0)
Please sign in to comment.