rumblefrog / go-a2s

Golang implementation of Source Query
MIT License
66 stars 16 forks source link

Fix Index out of Range in QueryPlayers() #10

Closed mpawlowski closed 1 year ago

mpawlowski commented 1 year ago

This PR should fix the issues mentioned in https://github.com/rumblefrog/go-a2s/issues/8. I also made some additional changes outlined below.

Additonal Changes

Commits

commit 6ba9f84466abd24286e787383de34ec50fe8a4b5 Author: Marcin Pawlowski github@marcin.io Date: Mon Dec 12 16:13:14 2022 -0800

cleanup some errors

commit 49bc058b27911639ce154267f32e087f92a8adc8 Author: Marcin Pawlowski github@marcin.io Date: Mon Dec 12 16:07:53 2022 -0800

clean up errors

commit ba93af67a2e2e8c6e660be3077f18f2837fb6335 Author: Marcin Pawlowski github@marcin.io Date: Mon Dec 12 15:43:26 2022 -0800

fix player-info panics
rumblefrog commented 1 year ago

Thanks for this!