ensure that messages are received through ack

master
Alex 2022-01-31 19:28:53 +01:00
parent 1714f0da50
commit 43d3987744
1 changed files with 1 additions and 1 deletions

View File

@ -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++
}