RevEmuAPI: Fix formatting
This commit is contained in:
parent
5ac6f94118
commit
a1a150db9f
@ -68,7 +68,7 @@ static cell_t IsPlayerSteam(IPluginContext *pContext, const cell_t *params)
|
||||
{
|
||||
if (!Rev_BGetPlayerInfoByUserID(pPlayer->GetUserId(), &PlayerInfo))
|
||||
{
|
||||
PlayerInfo.m_ePlayerType = k_eUnknown;
|
||||
PlayerInfo.m_ePlayerType = k_eInvalid;
|
||||
}
|
||||
}
|
||||
|
||||
@ -99,7 +99,7 @@ static cell_t GetPlayerType(IPluginContext *pContext, const cell_t *params)
|
||||
{
|
||||
if (!Rev_BGetPlayerInfoByUserID(pPlayer->GetUserId(), &PlayerInfo))
|
||||
{
|
||||
PlayerInfo.m_ePlayerType = k_eUnknown;
|
||||
PlayerInfo.m_ePlayerType = k_eInvalid;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
enum RevEmu_UserType
|
||||
{
|
||||
Unknown = -1,
|
||||
Invalid = -1,
|
||||
SteamLegitUser = 0,
|
||||
SteamCrackedUser,
|
||||
RevEmuUser,
|
||||
|
Loading…
Reference in New Issue
Block a user