diff --git a/public/cdll_int.h b/public/cdll_int.h index d446b44d..3fe625ad 100644 --- a/public/cdll_int.h +++ b/public/cdll_int.h @@ -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