diff options
Diffstat (limited to 'npc/commands/debug.txt')
-rw-r--r-- | npc/commands/debug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index f65be4854..4d04cb99a 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -138,6 +138,6 @@ OnCall: end; OnInit: - bindatcmd "debug", "@debug::OnCall", 0, 99, 1; + bindatcmd "debug", "@debug::OnCall", 99, 99, 1; // TODO / FIXME: add a @test command that opens the help window for test-server } |