summaryrefslogtreecommitdiff
path: root/src/wizard2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wizard2.cc')
-rw-r--r--src/wizard2.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index 6e86542c..94594e3a 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -1884,8 +1884,7 @@ void do_cmd_debug()
/* Not a Wizard Command */
default:
- if (!process_hooks(HOOK_DEBUG_COMMAND, "(d)", cmd))
- msg_print("That is not a valid debug command.");
+ msg_print("That is not a valid debug command.");
break;
}
}