conqp / rcon

Python RCON client library
GNU General Public License v3.0
83 stars 15 forks source link

Add source run flag to check response ID #26

Closed fossum closed 8 months ago

fossum commented 8 months ago

Some servers might not follow the Source RCON spec and Palworld is one of them. This flag allows run to ignore the response ID.

conqp/rcon#25

itsjohannawren commented 8 months ago

I was just about to make my own PR for this exact issue (thanks Palworld).