.
This commit is contained in:
parent
1837af62f0
commit
ee09b14f28
@ -130,7 +130,7 @@ public Action Command_DisplayUserTypes(int client, int args)
|
|||||||
FormatEx(sPlayerAuth, sizeof(sPlayerAuth), "STEAM_ID_PENDING");
|
FormatEx(sPlayerAuth, sizeof(sPlayerAuth), "STEAM_ID_PENDING");
|
||||||
|
|
||||||
if(!RevEmu_GetPlayerType(player, sPlayerType, sizeof(sPlayerType)))
|
if(!RevEmu_GetPlayerType(player, sPlayerType, sizeof(sPlayerType)))
|
||||||
FormatEx(sPlayerType, sizeof(sPlayerType), "Unknown");
|
FormatEx(sPlayerType, sizeof(sPlayerType), "Invalid");
|
||||||
|
|
||||||
if (RevEmu_IsPlayerSteam(player))
|
if (RevEmu_IsPlayerSteam(player))
|
||||||
FormatEx(sPlayerSteam, sizeof(sPlayerSteam), "Yes");
|
FormatEx(sPlayerSteam, sizeof(sPlayerSteam), "Yes");
|
||||||
|
Loading…
Reference in New Issue
Block a user