ConnectAnnounce: modify the connect message
forgot to add "connected"
This commit is contained in:
parent
8cb5604663
commit
ae6afe64d2
@ -415,7 +415,7 @@ public void OnClientPostAdminCheck(int client)
|
||||
{
|
||||
if(!g_bHideCsays[i])
|
||||
{
|
||||
PrintCenterText(i, "%s %s %s", "[VIP]", buffer, sCustomMessage);
|
||||
PrintCenterText(i, "%s %s %s %s", "[VIP]", buffer, "connected", sCustomMessage);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user