general cleanup, fixed a slightly improbably crash issue
This commit is contained in:
parent
6780b3c2e7
commit
b9e3476d8b
26 changed files with 62 additions and 67 deletions
|
|
@ -1659,7 +1659,7 @@ namespace Server.Items
|
|||
|
||||
to.Send( new ContainerDisplay( this ) );
|
||||
|
||||
if ( to.NetState.IsPost6017 )
|
||||
if ( to.NetState != null && to.NetState.IsPost6017 )
|
||||
to.Send( new ContainerContent6017( to, this ) );
|
||||
else
|
||||
to.Send( new ContainerContent( to, this ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue