mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-25 03:58:30 +00:00
not enough arguments to retur
This commit is contained in:
parent
7a6b9e66ab
commit
c42a0fb171
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ func C2SHello(conn *websocket.Conn, client *ClientInfo, msg ClientMessage) (rmsg
|
|||
func C2SPing(conn *websocket.Conn, client *ClientInfo, msg ClientMessage) (rmsg ClientMessage, err error) {
|
||||
return ClientMessage{
|
||||
Arguments: float64(time.Now().UnixNano() / 1000) / 1000,
|
||||
}
|
||||
}, nil
|
||||
}
|
||||
|
||||
func C2SSetUser(conn *websocket.Conn, client *ClientInfo, msg ClientMessage) (rmsg ClientMessage, err error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue