判断错误

dev_chengFeng
gaoxin 2020-07-23 21:26:03 +08:00
parent 7b2bc16abe
commit c8c06b9493
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ namespace SDK
}
break;
case MessageDef.MSG_RegisterCallback:
if (null != onLoginCallback)
if (null != onRegisterCallback)
{
onRegisterCallback(msg.data);
}