diff options
author | maximius <none@none> | 2009-09-18 14:14:39 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-18 14:14:39 -0700 |
commit | 18c9a4f510397a2113d21b73602c085fc5a27b24 (patch) | |
tree | 3cbe4acf13d2d76b4964d83e8d49de08ce8a93de /src/trinitycore/Master.cpp | |
parent | 333f1c9d729e99c86b9747aa95336010589d564d (diff) |
*Indentation cleanup
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/Master.cpp')
-rw-r--r-- | src/trinitycore/Master.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/Master.cpp b/src/trinitycore/Master.cpp index 67d3728e5e5..94c5a4cc023 100644 --- a/src/trinitycore/Master.cpp +++ b/src/trinitycore/Master.cpp @@ -305,7 +305,7 @@ int Master::Run() uint32 realCurrTime, realPrevTime; realCurrTime = realPrevTime = getMSTime(); - uint32 socketSelecttime = sWorld.getConfig(CONFIG_SOCKET_SELECTTIME); + uint32 socketSelecttime = sWorld.getConfig(CONFIG_SOCKET_SELECTTIME); ///- Start up freeze catcher thread if(uint32 freeze_delay = sConfig.GetIntDefault("MaxCoreStuckTime", 0)) |