House addons are now properly placed back after customization.
This commit is contained in:
parent
e372d20b00
commit
6da31d15da
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ namespace Server.Items
|
|||
{
|
||||
house = BaseHouse.FindHouseAt( p, map, height );
|
||||
|
||||
if ( from == null || house == null || !house.IsOwner( from ) )
|
||||
if ( house == null || ( from != null && !house.IsOwner( from ) ) )
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue