1
0
Fork 0
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:
Kane York 2015-11-16 16:56:27 -08:00
parent 7a6b9e66ab
commit c42a0fb171

View file

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