PretendoNetwork / nex-go

Barebones PRUDP/NEX server library written in Go
GNU Affero General Public License v3.0
74 stars 16 forks source link

Fix RMCRequest parameters #21

Closed DaniElectra closed 1 year ago

DaniElectra commented 1 year ago

Don't use a fixed value to get the parameters, as a custom ID can extend the header size and cause issues when reading the parameters. Get the offset dynamically instead.