fixed amb1089 - amx_banip message printed twice
This commit is contained in:
parent
afd1072583
commit
5ed4c27732
|
@ -492,7 +492,8 @@ public cmdBanIP(id, level, cid)
|
||||||
if (!player)
|
if (!player)
|
||||||
{
|
{
|
||||||
// why is this here?
|
// why is this here?
|
||||||
player = cmd_target(id, target, 9);
|
// no idea
|
||||||
|
// player = cmd_target(id, target, 9);
|
||||||
return PLUGIN_HANDLED
|
return PLUGIN_HANDLED
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user