From 9ceb0bc3c9341692856b289a2b8da73bf498a651 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 1 Apr 2012 04:18:55 +0000 Subject: [PATCH] branch sync --- Scripts/Multis/HouseFoundation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Multis/HouseFoundation.cs b/Scripts/Multis/HouseFoundation.cs index 822d83307..e2f8145e7 100644 --- a/Scripts/Multis/HouseFoundation.cs +++ b/Scripts/Multis/HouseFoundation.cs @@ -1329,7 +1329,7 @@ namespace Server.Multis mcl.Remove( itemID, x, y, z ); int dir = 0; - + if( IsStair( itemID, ref dir ) || IsStairBlock( itemID ) ) design.SendGeneralInfoTo( state ); @@ -1709,7 +1709,7 @@ namespace Server.Multis Mobile from = state.Mobile; DesignContext context = DesignContext.Find( from ); - if( context != null ) //No need to check if core.SE if trying to remvoe something that shouldn't be able to be placed anyways + if( context != null ) // No need to check for Core.SE if trying to remove something that shouldn't be able to be placed anyways { // Read data detailing which component to delete int itemID = pvSrc.ReadInt32();