Use call_error() for character load error message

This commit is contained in:
oldmud0 2021-01-06 11:43:31 -06:00 committed by GitHub
parent 714f54b9dc
commit c4b739292a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ void Courtroom::char_clicked(int n_char)
qDebug() << "char_ini_path" << char_ini_path;
if (!file_exists(char_ini_path)) {
call_notice("Could not find " + char_ini_path);
call_error("Could not find " + char_ini_path);
return;
}
}