diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-14 13:15:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-14 13:15:32 -0300 |
commit | 7a834902f29ab44e777de324f359bb8d33f7cb75 (patch) | |
tree | 0ce3a3e16bd2d29b27e0838ac18a410b15c0cf98 | |
parent | d0df63c4983ffd50fd46e2fbb81625f82d7e1c28 (diff) | |
download | serverdata-7a834902f29ab44e777de324f359bb8d33f7cb75.tar.gz serverdata-7a834902f29ab44e777de324f359bb8d33f7cb75.tar.bz2 serverdata-7a834902f29ab44e777de324f359bb8d33f7cb75.tar.xz serverdata-7a834902f29ab44e777de324f359bb8d33f7cb75.zip |
Maybe the bug is in gumi's code? [skip ci]
-rw-r--r-- | npc/commands/debug-quest.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index ae10e072..333f3b2c 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -68,6 +68,8 @@ OnSetq: debugmes "@request Hello world! Quest request received dbg"; atcommand sprintf("@request Hello world! Quest request received ac"); charcommand sprintf("@request Hello world! Quest request received cc"); + } else { + debugmes "Trusted request received [OK]"; } if (.@atcmd_numparameters < 1) { |