unique IP heartbeats
This commit is contained in:
parent
11700fe211
commit
41a19c26a6
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ export class Server {
|
|||
"&public=True" +
|
||||
"&software=Cla66ic" +
|
||||
`&version=7&salt=${config.hash}` +
|
||||
`&users=${this.players.length}`,
|
||||
`&users=${[...new Set(this.players.map(obj => obj.ip))].length}`
|
||||
);
|
||||
}, 10000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue