Changed 2 functions for consistency with the rest of the plugin, and general coding format
This commit is contained in:
parent
3f74f5abb2
commit
acf5dd4ecd
@ -244,11 +244,9 @@ bool:IsClientPlayer(client)
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether a player is a generic admin or not.
|
* Returns whether a player is a generic admin or not.
|
||||||
@ -262,8 +260,6 @@ bool:IsClientAdmin(client)
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user