diff options
Diffstat (limited to 'npc/commands/ipcheck.txt')
-rw-r--r-- | npc/commands/ipcheck.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ipcheck.txt b/npc/commands/ipcheck.txt index 501dbfe8b..5cb57578e 100644 --- a/npc/commands/ipcheck.txt +++ b/npc/commands/ipcheck.txt @@ -34,7 +34,7 @@ OnBan: end; OnInit: - bindatcmd "ipcheck", "@ipcheck::OnCall", 80, 100, 1; + bindatcmd "ipcheck", "@ipcheck::OnCall", 60, 100, 0; bindatcmd "ipban", "@ipcheck::OnBan", 99, 100, 1; end; } |