wsc-dfc
Elias Fleckenstein 2021-01-11 14:27:16 +01:00
commit 946f3030fc
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function render_serverlist_row(spec, is_favorite)
if spec.name then
text = text .. core.formspec_escape(spec.name:trim())
elseif spec.address then
text = text .. spec.address:trim()
text = text .. core.formspec_escape(spec.address:trim())
if spec.port then
text = text .. ":" .. spec.port
end