translation phrase change to make more sense

This commit is contained in:
Nairda 2021-11-22 06:37:01 +01:00 committed by GitHub
parent fb62419006
commit 86747ac16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1298,7 +1298,7 @@ public Action Command_CCAdd(int client, int args)
if (IsValidClient(i) && GetSteamAccountID(i) == iSteamID)
{
gB_CCAccess[i] = true;
Shavit_PrintToChat(i, "%T", "CCAccessGranted", i, gS_ChatStrings.sVariable, gS_ChatStrings.sText);
Shavit_PrintToChat(i, "%T", "CCAccessGrantedToPlayer", i, gS_ChatStrings.sVariable, gS_ChatStrings.sText);
}
}