This commit is contained in:
shoopea 2019-10-23 10:24:22 +08:00
parent 61c138641e
commit 50c73bf836

View File

@ -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