This commit is contained in:
parent
4ee6ca5951
commit
06e5c8b732
70 changed files with 2798 additions and 286 deletions
|
|
@ -12,7 +12,6 @@ namespace Server.Items
|
|||
Valid,
|
||||
Blocked,
|
||||
NotInHouse,
|
||||
DoorsNotClosed,
|
||||
DoorTooClose,
|
||||
NoWall
|
||||
}
|
||||
|
|
@ -142,9 +141,6 @@ namespace Server.Items
|
|||
{
|
||||
BaseDoor door = doors[i] as BaseDoor;
|
||||
|
||||
if ( door != null && door.Open )
|
||||
return AddonFitResult.DoorsNotClosed;
|
||||
|
||||
Point3D doorLoc = door.GetWorldLocation();
|
||||
int doorHeight = door.ItemData.CalcHeight;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue