h1z1-server 0.23.3-2 → 0.23.3-3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "h1z1-server",
3
- "version": "0.23.3-2",
3
+ "version": "0.23.3-3",
4
4
  "description": "Library for emulating h1z1 servers",
5
5
  "author": "Quentin Gruber <quentingruber@gmail.com> (http://github.com/quentingruber)",
6
6
  "license": "GPL-3.0-only",
@@ -395,9 +395,9 @@ export class LoginServer extends EventEmitter {
395
395
  client.protocolName === "LoginUdp_9"
396
396
  ? GAME_VERSIONS.H1Z1_15janv_2015
397
397
  : GAME_VERSIONS.H1Z1_6dec_2016;
398
- console.warn(
399
- "Your session id is not a valid json string, please update your launcher to avoid this warning"
400
- );
398
+ //console.warn(
399
+ // "Your session id is not a valid json string, please update your launcher to avoid this warning"
400
+ //);
401
401
  }
402
402
  if (this._soloMode) {
403
403
  client.loginSessionId = String(sessionId);