massive branch sync part 2
This commit is contained in:
parent
b3e8ec0a08
commit
f6fcf02fe9
14 changed files with 526 additions and 241 deletions
|
|
@ -2211,8 +2211,7 @@ namespace Server.Network
|
|||
m_AuthIDWindow.Remove( authID );
|
||||
|
||||
state.Version = ap.Version;
|
||||
}
|
||||
else if ( m_ClientVerification ) {
|
||||
} else if ( m_ClientVerification ) {
|
||||
Console.WriteLine( "Login: {0}: Invalid client detected, disconnecting", state );
|
||||
state.Dispose();
|
||||
return;
|
||||
|
|
@ -2243,8 +2242,7 @@ namespace Server.Network
|
|||
state.CityInfo = e.CityInfo;
|
||||
state.CompressionEnabled = true;
|
||||
|
||||
if ( Core.AOS )
|
||||
state.Send( SupportedFeatures.Instantiate( state ) );
|
||||
state.Send( SupportedFeatures.Instantiate( state ) );
|
||||
|
||||
state.Send( new CharacterList( state.Account, state.CityInfo ) );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue