1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-08 06:08:20 -05:00

fix get Xuid wrapper for T5 game interface

This commit is contained in:
RaidMax 2023-09-02 13:07:54 -05:00
parent d9df5f02a5
commit 5da651e01b

View File

@ -88,7 +88,7 @@ IsBotWrapper( client )
GetXuidWrapper()
{
return self GetXUID();
return self GetGuid();
}
//////////////////////////////////