Skip to content

Commit

Permalink
Fix logic error in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Jun 21, 2024
1 parent db550ce commit 759d376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teeworlds.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func main() {
fmt.Printf("got chat msg: %s\n", chat.Message)

// modify chat if this was a proxy
result.Response.Messages[i] = chat
result.Packet.Messages[i] = chat
}
}
}
Expand Down

0 comments on commit 759d376

Please sign in to comment.