From: proller Date: Sun, 4 Aug 2013 19:45:03 +0000 (+0400) Subject: Masterserver bugfix X-Git-Tag: 0.4.8~249 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b0919e81c3365c2564a17f06d75a5fa314cf786;p=oweals%2Fminetest.git Masterserver bugfix --- diff --git a/util/master/list.js b/util/master/list.js index f428a1cd1..1c9547fbd 100644 --- a/util/master/list.js +++ b/util/master/list.js @@ -53,7 +53,7 @@ function success(r) { if (s.mods && jQuery.isArray(s.mods)) { mods = s.mods.length; } - h += '' + e(s.version) + ' ' + e(s.gameid) ' ' + e(s.mapgen); + h += '' + e(s.version) + ' ' + e(s.gameid) + ' ' + e(s.mapgen); if (mods) { h += '
Mods ('+mods+'):
'; for (m in s.mods) {