h1z1-server 0.20.3-2 → 0.20.3-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -180,6 +180,7 @@ export class LoginServer extends EventEmitter {
|
|
|
180
180
|
{ $set: { allowedAccess: true } }
|
|
181
181
|
);
|
|
182
182
|
} else {
|
|
183
|
+
console.log(`rejected connection serverId : ${serverId} address: ${client.address} `)
|
|
183
184
|
delete this._h1emuLoginServer._clients[client.clientId];
|
|
184
185
|
return;
|
|
185
186
|
}
|
|
@@ -900,7 +901,7 @@ export class LoginServer extends EventEmitter {
|
|
|
900
901
|
.collection("zone-whitelist")
|
|
901
902
|
.find({})
|
|
902
903
|
.toArray();
|
|
903
|
-
},
|
|
904
|
+
}, 60000);
|
|
904
905
|
}
|
|
905
906
|
|
|
906
907
|
if (this._soloMode) {
|