1
This commit is contained in:
parent
a56e4f5547
commit
d80ecef43d
@ -130,8 +130,10 @@ func (this *guildMgr) AsyncAcceptApply(string, string, func(int32, string)) {
|
||||
|
||||
}
|
||||
|
||||
func (this *guildMgr) AsyncRejectApply(string, string, func(int32, string)) {
|
||||
|
||||
func (this *guildMgr) AsyncRejectApply(accountId string, guildId string,
|
||||
cb func(int32, string)) {
|
||||
this.asyncSetApplyStatus(accountId, guildId, 2)
|
||||
cb(0, "")
|
||||
}
|
||||
|
||||
func (this *guildMgr) AsyncLeave(string, string, func(int32, string)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user