Changed: We're now using crash_report to send reports

This commit is contained in:
kervala 2016-02-15 12:08:55 +01:00
parent eec0ba892b
commit 450e837106

View file

@ -896,10 +896,6 @@ void prelogInit()
FPU_CHECKER_ONCE
// Set default email value for reporting error
// setReportEmailFunction ((void*)sendEmail);
// setDefaultEmailParams ("smtp.nevrax.com", "", "ryzombug@nevrax.com");
// create the save dir.
if (!CFile::isExists("save")) CFile::createDirectory("save");