debug fix time

This commit is contained in:
VDH
2025-09-12 10:24:14 +07:00
parent ab1e92b412
commit 74105e6aa2
4 changed files with 8 additions and 2 deletions
@@ -32,6 +32,7 @@ namespace PerfectWorld.Scripts.Managers
{
case int value when value == EC_MsgDef.MSG_PM_PLAYERINFO:
{
Debug.Log(" EC_MsgDef.MSG_PM_PLAYERINFO");
OnMsgPlayerInfo(Msg);
break;
}
@@ -74,6 +75,7 @@ namespace PerfectWorld.Scripts.Managers
break;
}
case CommandID.SELF_INFO_1:
Debug.Log("SELF_INFO_1");
cmd_self_info_1 info = GPDataTypeHelper.FromBytes<cmd_self_info_1>((byte[])Msg.dwParam1);
HostPlayerInfo1(info);
break;
@@ -98,6 +100,7 @@ namespace PerfectWorld.Scripts.Managers
public bool HostPlayerInfo1(cmd_self_info_1 info)
{
Debug.Log("HostPlayerInfo1");
bool isDoneWorldRender = false;
bool isDoneNPCRender = false;
Action actLoadChar = () =>