mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Masterserver bugfix
This commit is contained in:
parent
714a8cef38
commit
0b0919e81c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function success(r) {
|
||||||
if (s.mods && jQuery.isArray(s.mods)) {
|
if (s.mods && jQuery.isArray(s.mods)) {
|
||||||
mods = s.mods.length;
|
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) {
|
if (mods) {
|
||||||
h += '<div class="mts_mods">Mods ('+mods+'):<br/>';
|
h += '<div class="mts_mods">Mods ('+mods+'):<br/>';
|
||||||
for (m in s.mods) {
|
for (m in s.mods) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue