Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
0e0caaca40
@ -202,6 +202,7 @@ func (this *Buried) TriggerBuried(uid string, burieds ...*pb.BuriedParam) {
|
||||
comm.Service_Worker,
|
||||
string(comm.Rpc_ModuleBuriedTrigger),
|
||||
pb.Rpc_ModuleBuriedTriggerReq{
|
||||
Uid: uid,
|
||||
Burieds: burieds,
|
||||
},
|
||||
nil); err != nil {
|
||||
|
@ -28,7 +28,7 @@ func (this *Options) GetLog() log.ILogger {
|
||||
}
|
||||
|
||||
func (this *Options) LoadConfig(settings map[string]interface{}) (err error) {
|
||||
this.Debug = true
|
||||
this.Debug = false
|
||||
if settings != nil {
|
||||
err = mapstructure.Decode(settings, this)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user