From 1c999ade77aaedecb085032c1575212e0a456ee6 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 15 Sep 2007 06:01:44 +0000 Subject: [PATCH] just something i noticed :X --- Scripts/Multis/Boats/BaseBoatDeed.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Multis/Boats/BaseBoatDeed.cs b/Scripts/Multis/Boats/BaseBoatDeed.cs index 7e612d5e2..f55932a5a 100644 --- a/Scripts/Multis/Boats/BaseBoatDeed.cs +++ b/Scripts/Multis/Boats/BaseBoatDeed.cs @@ -110,7 +110,7 @@ namespace Server.Multis return; } - if ( from.Region.IsPartOf( typeof( HouseRegion ) ) || Server.Multis.BaseBoat.FindBoatAt( from, from.Map ) != null ) + if ( from.Region.IsPartOf( typeof( HouseRegion ) ) || BaseBoat.FindBoatAt( from, from.Map ) != null ) { from.SendLocalizedMessage( 1010568, null, 0x25 ); // You may not place a ship while on another ship or inside a house. return;