alliedmodders / hl2sdk

Half-Life 2 SDK Mirrors
https://github.com/valvesoftware
341 stars 158 forks source link

Fix incorrect userid type #180

Closed Poggicek closed 7 months ago

Poggicek commented 7 months ago

In CS2 the userid is an unsigned short, sometimes the userid will go up to values like 65280 which will currently get misinterpreted as a negative value.