debug fix time
This commit is contained in:
@@ -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 = () =>
|
||||
|
||||
Reference in New Issue
Block a user