fix autofish.go

This commit is contained in:
genanik
2020-07-01 13:05:56 +08:00
parent 444229216a
commit e7cfd4bbc6

View File

@ -72,7 +72,7 @@ func onSound(name string, category int, x, y, z float64, volume, pitch float32)
return nil
}
func onChatMsg(c chat.Message, pos byte) error {
func onChatMsg(c chat.Message, pos byte, uuid string) error {
log.Println("Chat:", c)
return nil
}