mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
feat: add requestPlayers option (#624)
* feat: add option * docs: alter readme
This commit is contained in:
parent
0fe87c52eb
commit
e74ae933b3
5 changed files with 11 additions and 3 deletions
|
|
@ -9,7 +9,8 @@ const defaultOptions = {
|
|||
stripColors: true,
|
||||
portCache: true,
|
||||
noBreadthOrder: false,
|
||||
ipFamily: 0
|
||||
ipFamily: 0,
|
||||
requestPlayers: true
|
||||
}
|
||||
|
||||
export default class QueryRunner {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue