Browse Source

修改主动完成没通知的bug

master
wserver/wangdisen 3 years ago
parent
commit
1efd2a5753
  1. 1
      Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs

1
Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs

@ -10,6 +10,7 @@ namespace ET
ConstructOperate.ConstructFinish(unit, request.ConstructId);
response.Error = ErrorCode.ERR_Success;
reply();
ConstructHelper.NofityConstructFinish(unit,request.ConstructId);
}
catch (Exception e)
{

Loading…
Cancel
Save