scriptsdk / CSharp-ScriptSDK-Legacy

ScriptSDK is an advanced extension written in .NET. The framework is based on a local tcp socket protocol library written by maxwell and extend the provided architecture by additional methods and handlers.
GNU General Public License v3.0
9 stars 11 forks source link

Fixed ReadStaticsXY packet processing #21

Closed Bosek closed 6 years ago

Bosek commented 6 years ago

Fixes #20

Although SCReadStaticsXY should contain count byte, it does not. This PR should fix it. There might be a better way to solve the problem, but I see it more like a hot fix since it basically breaks the intended behaviour.

Bosek commented 6 years ago

I have to refork the repo. Closing this one.