From e7cfd4bbc6a0efe6be31a89b784ad47966779c2d Mon Sep 17 00:00:00 2001 From: genanik Date: Wed, 1 Jul 2020 13:05:56 +0800 Subject: [PATCH] fix autofish.go --- cmd/autofish/autofish.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/autofish/autofish.go b/cmd/autofish/autofish.go index bb9bde5..741f8ea 100644 --- a/cmd/autofish/autofish.go +++ b/cmd/autofish/autofish.go @@ -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 }