Notify user if lobby layout file is missing

This commit is contained in:
oldmud0 2017-11-05 11:22:12 -06:00
parent 5ea3f9b919
commit 43448296fc

View File

@ -67,6 +67,11 @@ void Lobby::set_widgets()
{
qDebug() << "W: did not find lobby width or height in " << filename;
// Most common symptom of bad config files and missing assets.
call_notice("It doesn't look like your client is set up correctly.\n"
"Did you download all resources correctly from tiny.cc/getao, "
"including the large 'base' folder?");
this->resize(517, 666);
}
else