diff --git a/source/director.cpp b/source/director.cpp index 0a4675d..9b6987e 100644 --- a/source/director.cpp +++ b/source/director.cpp @@ -742,7 +742,7 @@ void Director::initOnline() #else const std::string caption = options->online.jailerID; #endif - screen->showNotification(options->online.jailerID, lang->getText(85), 12); + screen->showNotification(caption, lang->getText(85), 12); if (options->console) { std::cout << caption << std::endl;