update core

This commit is contained in:
2024-10-25 16:15:25 +08:00
parent 3a38008dc4
commit 2bb98a4b79
4 changed files with 9 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ namespace Game.FsmNode
{
protected override async void OnEnter (params object[] args)
{
MapContent.Instance.PlayerEntity.gameObject.SetActive (false);
if (MapContent.Instance.ScenePart == null)
{
RoomManager.Instance.LoadScenePart (RoomManager.Instance.PartIndex);