yeah no reason to display member anymore on connect
This commit is contained in:
parent
429a2d1b0f
commit
e5974b7478
@ -337,10 +337,12 @@ public void GetPlayerTier(int client, int tier)
|
||||
{
|
||||
ReplaceString(sRawMsg, sizeof(sRawMsg), "{PLAYERTYPE}", "VIP");
|
||||
}
|
||||
/*
|
||||
else if(GetAdminFlag(aid, Admin_Custom6))
|
||||
{
|
||||
ReplaceString(sRawMsg, sizeof(sRawMsg), "{PLAYERTYPE}", "Member");
|
||||
}
|
||||
*/
|
||||
else
|
||||
{
|
||||
ReplaceString(sRawMsg, sizeof(sRawMsg), "{PLAYERTYPE}", "Player");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user