fix
This commit is contained in:
parent
61c138641e
commit
50c73bf836
@ -2,6 +2,7 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
@ -128,7 +129,7 @@ func clientGetCWUserID64(tgUserID64 int64) (int64, error) {
|
|||||||
return 0, errors.New("Unknown user_id.")
|
return 0, errors.New("Unknown user_id.")
|
||||||
}
|
}
|
||||||
|
|
||||||
func clientSpreadQuestResultAmbush(cwm ChatWarsMessageQuestResultAmbush) error {
|
func clientSpreadQuestResultAmbush(cwm *ChatWarsMessageQuestResultAmbush) error {
|
||||||
/*
|
/*
|
||||||
muxClients.RLock()
|
muxClients.RLock()
|
||||||
var ret string
|
var ret string
|
||||||
|
Loading…
Reference in New Issue
Block a user