1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-07 09:43:40 +08:00
This commit is contained in:
Nick Hastings 2023-12-06 13:24:35 -05:00
commit 77f08d996d

View File

@ -126,7 +126,7 @@ public:
bool operator!=( const CPlayerUserId &other ) const { return other._index != _index; }
private:
short _index;
unsigned short _index;
};
//-----------------------------------------------------------------------------