Commit 1c6c7804 authored by nanahira's avatar nanahira

fix

parent e7394ead
Pipeline #43393 passed with stages
in 49 seconds
......@@ -355,7 +355,7 @@ export class Reconnect {
// 发送其他玩家信息
for (const player of room.players) {
if (player) {
await client.send(player.prepareChangePacket());
await client.send(player.prepareEnterPacket());
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment