上传代码修复
This commit is contained in:
parent
0cf6580c37
commit
27ca07a422
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"id": 210,
|
||||
"id": 10,
|
||||
"name": {
|
||||
"key": "worldtask_world_all_name_1",
|
||||
"text": "章节1全部任务"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -43,11 +43,11 @@ func (this *Caravan) Init(service core.IService, module core.IModule, options co
|
||||
|
||||
func (this *Caravan) Start() (err error) {
|
||||
err = this.ModuleBase.Start()
|
||||
var module core.IModule
|
||||
this.mail = module.(comm.Imail)
|
||||
if module, err = this.service.GetModule(comm.ModuleChat); err != nil {
|
||||
return
|
||||
}
|
||||
// var module core.IModule
|
||||
// this.mail = module.(comm.Imail)
|
||||
// if module, err = this.service.GetModule(comm.ModuleChat); err != nil {
|
||||
// return
|
||||
// }
|
||||
this.service.RegisterFunctionName(string(comm.Rpc_ModuleCaravanSettlement), this.Rpc_ModuleCaravanSettlement)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user