Fixed: Don't throw an exception when a certifcate can't be found

--HG--
branch : develop
hg/compatibility-develop
kervala 7 years ago
parent 8a1588c147
commit 443cc7df65

@ -144,7 +144,7 @@ namespace NLGUI
FilesList.push_back(cert);
// look for certificate in search paths
string path = CPath::lookup(cert);
string path = CPath::lookup(cert, false);
nlinfo("Cert path '%s'", path.c_str());
if (path.empty())

Loading…
Cancel
Save