typo
This commit is contained in:
parent
bf4704ce1d
commit
03adafb13e
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ namespace Server.Items
|
|||
|
||||
if ( !map.CanFit( p3D.X, p3D.Y, p3D.Z, c.ItemData.Height, false, true, ( c.Z == 0 ) ) )
|
||||
return AddonFitResult.Blocked;
|
||||
else if ( !CheckHouse( from, p3D, map, c.ItemData.Height, houses ) )
|
||||
else if ( !CheckHouse( from, p3D, map, c.ItemData.Height, ref houses ) )
|
||||
return AddonFitResult.NotInHouse;
|
||||
|
||||
if ( c.NeedsWall )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue