Update DayZ query port offset and add documentation

This commit is contained in:
Michael Morrison 2014-09-13 08:57:12 -05:00
parent a9d0c38b70
commit 141529076d
3 changed files with 23 additions and 17 deletions

View file

@ -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);
}
}