diff --git a/plugins/include/fakemeta_const.inc b/plugins/include/fakemeta_const.inc index cf0fd3b3..5ec9b8ef 100755 --- a/plugins/include/fakemeta_const.inc +++ b/plugins/include/fakemeta_const.inc @@ -151,7 +151,8 @@ enum DLLFunc_CreateInstancedBaseline, // void ) ( void ); DLLFunc_pfnAllowLagCompensation, // int )( void ); // I know this does not fit with DLLFUNC(), but I dont want another native just for it. - MetaFunc_CallGameEntity // bool (plid_t plid, const char *entStr,entvars_t *pev); + MetaFunc_CallGameEntity, // bool (plid_t plid, const char *entStr,entvars_t *pev); + DLLFunc_ClientUserInfoChanged // void (idplayer) }; enum { pev_string_start = 0,