Skip to content

Commit

Permalink
minor styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Jul 1, 2022
1 parent c5e3d88 commit 8c805cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/Server/WorldSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ int WorldSocket::HandleAuthSession(WorldPacket& recvPacket)
return -1;
}

// Must be done before WorldSession is created
// Warden: Must be done before WorldSession is created
if (wardenActive && os != "Win" && os != "OSX")
{
WorldPacket Packet(SMSG_AUTH_RESPONSE, 1);
Expand Down Expand Up @@ -822,7 +822,7 @@ int WorldSocket::HandleAuthSession(WorldPacket& recvPacket)
// In case needed sometime the second arg is in microseconds 1 000 000 = 1 sec
ACE_OS::sleep(ACE_Time_Value(0, 10000));

// Initialize Warden system only if it is enabled by config
// Warden: Initialize Warden system only if it is enabled by config
if (wardenActive)
{
m_Session->InitWarden(uint16(BuiltNumberClient), &K, os);
Expand Down

0 comments on commit 8c805cd

Please sign in to comment.