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