diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-15 14:26:54 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-15 14:26:54 -0200 |
commit | 282e0c052971413c47392f53b47f970c05da0440 (patch) | |
tree | cd998529df21410fb2fd9ba3c1ca6018bd477ba8 /npc/commands/debug.txt | |
parent | 52d67d3ae1f6151c6582fa34f4e0caf90a0d17b7 (diff) | |
download | serverdata-282e0c052971413c47392f53b47f970c05da0440.tar.gz serverdata-282e0c052971413c47392f53b47f970c05da0440.tar.bz2 serverdata-282e0c052971413c47392f53b47f970c05da0440.tar.xz serverdata-282e0c052971413c47392f53b47f970c05da0440.zip |
Prevent @Crazyfefe from crashing server with #itenplz. I hope.
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 } |