@@ -103,6 +103,8 @@ namespace ET.Server
{
self.Players.Remove(player.GetId());
}
+ // 重置进入场景标识
+ player.GetComponent<PlayerTempDataComponent>().MapData.ready = false;
/** 玩家进入场景请求 **/