mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Update DayZ query port offset and add documentation
This commit is contained in:
parent
a9d0c38b70
commit
141529076d
3 changed files with 23 additions and 17 deletions
|
|
@ -81,6 +81,8 @@ module.exports = {
|
|||
var out = "* "+game.pretty+" ("+key+")";
|
||||
if(game.options.port_query_offset || game.options.port_query)
|
||||
out += " [[Separate Query Port](#separate-query-port)]";
|
||||
if(game.params.doc_notes)
|
||||
out += " [[Additional Notes](#"+game.params.doc_notes+")]"
|
||||
console.log(out);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue