fixed amb1089 - amx_banip message printed twice

This commit is contained in:
David Anderson 2007-11-15 18:12:25 +00:00
parent afd1072583
commit 5ed4c27732

View File

@ -492,7 +492,8 @@ public cmdBanIP(id, level, cid)
if (!player)
{
// why is this here?
player = cmd_target(id, target, 9);
// no idea
// player = cmd_target(id, target, 9);
return PLUGIN_HANDLED
}