1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

Updated player_info_s/player_info_t struct (bug 4729, r=ds).

This commit is contained in:
Nicholas Hastings 2010-12-03 22:39:31 -08:00
parent 18bc4916c0
commit cabe543f67

View File

@ -65,6 +65,8 @@ class CGamestatsData;
typedef struct player_info_s
{
DECLARE_BYTESWAP_DATADESC();
// network xuid
uint64 xuid;
// scoreboard information
char name[MAX_PLAYER_NAME_LENGTH];
// local server user ID, unique while server is running