summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-06 11:19:50 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-06 11:19:50 -0300
commit44c543ff3f8462146fb41e82ccc527806e812451 (patch)
treeaeb1ef8420ca88cd748487c0668f1cec9b1905c6
parent37033a2be02f756cc42a0b74ed7ebba2238cc757 (diff)
downloadserverdata-44c543ff3f8462146fb41e82ccc527806e812451.tar.gz
serverdata-44c543ff3f8462146fb41e82ccc527806e812451.tar.bz2
serverdata-44c543ff3f8462146fb41e82ccc527806e812451.tar.xz
serverdata-44c543ff3f8462146fb41e82ccc527806e812451.zip
Idle time is not worth logging
-rw-r--r--npc/commands/ipcheck.txt2
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;
}