misc updates

This commit is contained in:
mark 2010-05-08 02:55:15 +00:00
parent f6fcf02fe9
commit dad691c966
4 changed files with 10 additions and 7 deletions

View file

@ -611,10 +611,11 @@ namespace Server.Multis
DesignContext.Add( m, this );
m.Send( new BeginHouseCustomization( this ) );
if( m.NetState != null )
SendInfoTo( m.NetState );
NetState ns = m.NetState;
if( ns != null )
SendInfoTo( ns );
DesignState.SendDetailedInfoTo( m.NetState );
DesignState.SendDetailedInfoTo( ns );
}
public override void SendInfoTo( NetState state, bool sendOplPacket )