aboutsummaryrefslogtreecommitdiff
path: root/text_file_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'text_file_functions.cpp')
-rw-r--r--text_file_functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/text_file_functions.cpp b/text_file_functions.cpp
index 6416781a..f51df622 100644
--- a/text_file_functions.cpp
+++ b/text_file_functions.cpp
@@ -286,7 +286,7 @@ QString AOApplication::get_pre_emote(QString p_char, int p_emote)
if (result_contents.size() < 4)
{
qDebug() << "W: misformatted char.ini: " << p_char << ", " << p_emote;
- return "normal";
+ return "";
}
else return result_contents.at(1);
}