This commit is contained in:
zaCade 2019-02-24 18:04:00 +01:00
parent 1837af62f0
commit ee09b14f28

View File

@ -130,7 +130,7 @@ public Action Command_DisplayUserTypes(int client, int args)
FormatEx(sPlayerAuth, sizeof(sPlayerAuth), "STEAM_ID_PENDING");
if(!RevEmu_GetPlayerType(player, sPlayerType, sizeof(sPlayerType)))
FormatEx(sPlayerType, sizeof(sPlayerType), "Unknown");
FormatEx(sPlayerType, sizeof(sPlayerType), "Invalid");
if (RevEmu_IsPlayerSteam(player))
FormatEx(sPlayerSteam, sizeof(sPlayerSteam), "Yes");