Only show the "other options" in quake3-info with -v.

This commit is contained in:
david 2011-09-21 22:50:01 +00:00
parent d8dd542bba
commit feb691f534

View file

@ -224,6 +224,8 @@ action = function(host, port)
local response = {}
table.insert(response, formatplayers(players, fraglimit))
table.insert(response, formatfields(basic, "BASIC OPTIONS:"))
table.insert(response, formatfields(other, "OTHER OPTIONS:"))
if nmap.verbosity() > 0 then
table.insert(response, formatfields(other, "OTHER OPTIONS:"))
end
return stdnse.format_output(true, response)
end