diff --git a/serverCommunication/serverCommunication.go b/serverCommunication/serverCommunication.go index c0270cd..1ef137b 100644 --- a/serverCommunication/serverCommunication.go +++ b/serverCommunication/serverCommunication.go @@ -43,7 +43,7 @@ func AckHandler() { for _, msg := range mcClient.SendQueueMessages { logger.Minecraft.Println("msg", msg) - if msg.TrySendCount < 5 { + if msg.TrySendCount < 4 { msg.TrySendCount++ }