1
This commit is contained in:
parent
244a12b318
commit
21053563cc
@ -95,7 +95,11 @@ func (this *mailMgr) loadGroupMembers() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *mailMgr) caGetMailList(hum common.Player, c *gin.Context) {
|
func (this *mailMgr) caGetMailList(hum common.Player, c *gin.Context) {
|
||||||
|
this.traversePlayerMail(
|
||||||
|
hum,
|
||||||
|
func (m *mail) bool {
|
||||||
|
return true
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *mailMgr) caMarkMail(hum common.Player, c *gin.Context) {
|
func (this *mailMgr) caMarkMail(hum common.Player, c *gin.Context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user