battle errordata
This commit is contained in:
parent
2892a2d38f
commit
fb970cc355
@ -59,11 +59,6 @@ func (this *apiComp) Battlestart(session comm.IUserSession, req *pb.WorldtaskBat
|
|||||||
})
|
})
|
||||||
|
|
||||||
if errdata != nil {
|
if errdata != nil {
|
||||||
errdata = &pb.ErrorData{
|
|
||||||
Code: pb.ErrorCode_ExternalModule,
|
|
||||||
Title: pb.ErrorCode_ExternalModule.ToString(),
|
|
||||||
Message: "创建Eve战斗失败",
|
|
||||||
}
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user