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
|
@@ -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
|
-
|
|
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);
|