summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/atcommand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 364d84662..c55a4a1b1 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -126,6 +126,7 @@ static const char *atcommand_msg(int msg_number)
if(atcommand->msg_table[0][msg_number] != NULL && atcommand->msg_table[0][msg_number][0] != '\0')
return atcommand->msg_table[0][msg_number];
+ ShowWarning("show_msg: Invalid message number %d", msg_number);
return "??";
}