small fix

This commit is contained in:
Felix Geyer
2004-08-13 15:01:14 +00:00
parent 310ad81849
commit ae893f79f1
2 changed files with 6 additions and 8 deletions

View File

@ -392,7 +392,7 @@ public cmdVoteKickBan(id,level,cid) {
switch (activity) {
case 2: client_print(players[i],print_chat,"%L",
players[i],"ADMIN_VOTE_FOR_2",lTag,name,lKickBan,arg)
case 1: client_print(players[i],print_chat,"%s: vote %s for %s",
case 1: client_print(players[i],print_chat,"%L",
players[i],"ADMIN_VOTE_FOR_1",lTag,lKickBan,arg)
}
}