mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core: Remove the MersenneTwiser-library (SFMT is now considered stable enough for full deployment)
This commit is contained in:
@@ -137,13 +137,6 @@ int Master::Run()
|
||||
sLog->outString(" C O R E /\\___/");
|
||||
sLog->outString("http://TrinityCore.org \\/__/\n");
|
||||
|
||||
#ifdef USE_SFMT_FOR_RNG
|
||||
sLog->outString("\n");
|
||||
sLog->outString("SFMT has been enabled as the random number generator, if worldserver");
|
||||
sLog->outString("freezes or crashes randomly, first, try disabling SFMT in CMAKE configuration");
|
||||
sLog->outString("\n");
|
||||
#endif //USE_SFMT_FOR_RNG
|
||||
|
||||
/// worldserver PID file creation
|
||||
std::string pidfile = ConfigMgr::GetStringDefault("PidFile", "");
|
||||
if (!pidfile.empty())
|
||||
|
||||
Reference in New Issue
Block a user