mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core: Removed all double (and more) empty lines
This commit is contained in:
@@ -167,7 +167,6 @@ int Master::Run()
|
||||
///- Initialize the World
|
||||
sWorld->SetInitialWorldSettings();
|
||||
|
||||
|
||||
// Initialise the signal handlers
|
||||
CoredSignalHandler SignalINT, SignalTERM;
|
||||
#ifdef _WIN32
|
||||
@@ -182,7 +181,6 @@ int Master::Run()
|
||||
Handler.register_handler(SIGBREAK, &SignalBREAK);
|
||||
#endif /* _WIN32 */
|
||||
|
||||
|
||||
///- Launch WorldRunnable thread
|
||||
ACE_Based::Thread world_thread(new WorldRunnable);
|
||||
world_thread.setPriority(ACE_Based::Highest);
|
||||
|
||||
Reference in New Issue
Block a user