mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Possible fix for amb86: "USER" key should have been "PLAYER"
This commit is contained in:
parent
03bae80ed2
commit
8872d98dd6
@ -493,7 +493,7 @@ public cmdVoteKickBan(id, level, cid)
|
||||
get_players(players, pnum, "c")
|
||||
for (new i = 0; i < pnum; i++)
|
||||
{
|
||||
format(lTag, 15, "%L", players[i], is_user_admin(id) ? "ADMIN" : "USER")
|
||||
format(lTag, 15, "%L", players[i], is_user_admin(id) ? "ADMIN" : "PLAYER")
|
||||
format(lKickBan, 15, "%L", players[i], voteban ? "BAN" : "KICK")
|
||||
|
||||
switch (activity)
|
||||
|
Loading…
Reference in New Issue
Block a user