mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Revert "Core: Fix the SFMT randgen-initbug" - alignment-fix is now properly handled within the respective code
This reverts commit 28310f0938.
This commit is contained in:
@@ -139,9 +139,7 @@ int Master::Run()
|
||||
#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("Initializing SFMT before first use.");
|
||||
init_sfmt();
|
||||
sLog->outString("freezes or crashes randomly, first, try disabling SFMT in CMAKE configuration");
|
||||
sLog->outString("\n");
|
||||
#endif //USE_SFMT_FOR_RNG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user