Compare commits
No commits in common. "4f9e3b87ca5e8c04c8d4707d482dab3370502f19" and "b93901f7657cbaf3ab151273140039c6afe85f6e" have entirely different histories.
4f9e3b87ca
...
b93901f765
|
@ -24,5 +24,5 @@
|
|||
"AgoraAddress": "http://47.105.78.29:8081",
|
||||
"InviteUrl": "http://47.105.78.29:8000/",
|
||||
"RankTimeout": 2,
|
||||
"PermitInitScore": 0
|
||||
"PermitInitScore": 1234
|
||||
}
|
|
@ -200,7 +200,6 @@ func CSTaskReward(s *netlib.Session, packetId int, data interface{}, sid int64)
|
|||
for _, v := range srvdata.TaskMgr.GetActivityType(msg.GetTp()) {
|
||||
f(v.GetId())
|
||||
}
|
||||
ret.OpCode = taskproto.OpResultCode_OPRC_Success
|
||||
} else {
|
||||
f(msg.GetId())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue