diff --git a/classes/Server.ts b/classes/Server.ts index 6994bfc..093464f 100644 --- a/classes/Server.ts +++ b/classes/Server.ts @@ -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); } diff --git a/readme.md b/readme.md index 171dfaf..474ba87 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ environment variables 2. massive performance issues, running more than 100 something accounts makes the server instead insane amounts of cpu (most likely multithreading needed) 3. no cpe support! i want to get all of the above issues fixed before implementing CPE support -4. no IP cooldown connections (no block cooldown either), no anticheat, no unique IP heartbeats +4. no IP cooldown connections (no block cooldown either), no anticheat 5. proper rank support (implemented as plugin) 6. no discord bridge (implemented as plugin) 7. no cla66ic/plugins repository