misc updates
This commit is contained in:
parent
f6fcf02fe9
commit
dad691c966
4 changed files with 10 additions and 7 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue