mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Revert the upper-case PROJECT_NAME nonsense that was part of #2402
This commit is contained in:
@@ -522,7 +522,7 @@ void *EmergeThread::Thread()
|
||||
<< "----" << std::endl
|
||||
<< "\"" << e.what() << "\"" << std::endl
|
||||
<< "See debug.txt." << std::endl
|
||||
<< "World probably saved by a newer version of " PROJECT_NAME "."
|
||||
<< "World probably saved by a newer version of " PROJECT_NAME_C "."
|
||||
<< std::endl;
|
||||
m_server->setAsyncFatalError(err.str());
|
||||
}
|
||||
|
Reference in New Issue
Block a user