mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
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)
|
||||
{
|
||||
// why is this here?
|
||||
player = cmd_target(id, target, 9);
|
||||
// no idea
|
||||
// player = cmd_target(id, target, 9);
|
||||
return PLUGIN_HANDLED
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user