Skip to content
Snippets Groups Projects
Commit 0b0919e8 authored by proller's avatar proller
Browse files

Masterserver bugfix

parent 714a8cef
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment