diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 1bcab8879..0754b7d65 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -118,5 +118,5 @@ OnCall: OnInit: bindatcmd "event", "@event::OnCall", 99, 99, 0; - bindatcmd "toevent", "@toevent::OnCall", 1, 99, 0; + bindatcmd "toevent", "@toevent::OnCall", 0, 99, 0; } |