diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-06 11:19:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-06 11:19:50 -0300 |
commit | 44c543ff3f8462146fb41e82ccc527806e812451 (patch) | |
tree | aeb1ef8420ca88cd748487c0668f1cec9b1905c6 /npc | |
parent | 37033a2be02f756cc42a0b74ed7ebba2238cc757 (diff) | |
download | serverdata-44c543ff3f8462146fb41e82ccc527806e812451.tar.gz serverdata-44c543ff3f8462146fb41e82ccc527806e812451.tar.bz2 serverdata-44c543ff3f8462146fb41e82ccc527806e812451.tar.xz serverdata-44c543ff3f8462146fb41e82ccc527806e812451.zip |
Idle time is not worth logging
Diffstat (limited to 'npc')
-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 5cb57578e..2568644c4 100644 --- a/npc/commands/ipcheck.txt +++ b/npc/commands/ipcheck.txt @@ -62,7 +62,7 @@ OnCall: end; OnInit: - bindatcmd "checkidle", "@checkidle::OnCall", 60, 80, 1; + bindatcmd "checkidle", "@checkidle::OnCall", 60, 80, 0; end; } |