fix: ignore cached ports when givenPortOnly is set (#710)

closes #709
This commit is contained in:
cetteup 2025-06-09 15:53:45 +02:00 committed by GitHub
parent da78c84c03
commit a2835108d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,7 @@
* Feat: Update OpenTTD (By @mwkaicz #695)
* Fix: Skip non-response packets in protocol-battlefield (By @cetteup #704)
* Fix: throwing in tcpSend onData callback would crash gamedig (#705, thanks @cetteup)
* Fix: ignore cached ports when givenPortOnly is set (By @cetteup #710)
## 5.3.0
* Docs: Arma Reforger query setup note (#670, thanks @xCausxn)