@colyseus/core
Advanced tools
Comparing version 0.14.32 to 0.14.33
@@ -462,3 +462,3 @@ 'use strict'; | ||
} | ||
else if (code === Protocol.Protocol.JOIN_ROOM) { | ||
else if (code === Protocol.Protocol.JOIN_ROOM && client.state === Transport.ClientState.JOINING) { | ||
// join room has been acknowledged by the client | ||
@@ -465,0 +465,0 @@ client.state = Transport.ClientState.JOINED; |
@@ -19,3 +19,6 @@ var __create = Object.create; | ||
}; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod)); | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
mod | ||
)); | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
@@ -59,3 +62,7 @@ var DevMode_exports = {}; | ||
for (const previousSessionId of roomHistory.clients) { | ||
await (0, import_MatchMaker.remoteRoomCall)(recreatedRoomListing.roomId, "_reserveSeat", [previousSessionId, {}, 20, false, true]); | ||
await (0, import_MatchMaker.remoteRoomCall)( | ||
recreatedRoomListing.roomId, | ||
"_reserveSeat", | ||
[previousSessionId, {}, 20, false, true] | ||
); | ||
} | ||
@@ -62,0 +69,0 @@ } |
@@ -19,3 +19,6 @@ var __create = Object.create; | ||
}; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod)); | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
mod | ||
)); | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
@@ -22,0 +25,0 @@ var Utils_exports = {}; |
{ | ||
"name": "@colyseus/core", | ||
"version": "0.14.32", | ||
"version": "0.14.33", | ||
"description": "Multiplayer Framework for Node.js.", | ||
@@ -47,3 +47,3 @@ "input": "./src/index.ts", | ||
}, | ||
"gitHead": "26aa0621baa7e31f5f2737e7d7e89c2afadc90c9" | ||
"gitHead": "f3de94bdb7b5dcc954466eecbd66bc162ffa998e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
577581
6013