just something i noticed :X
This commit is contained in:
parent
493f947dab
commit
1c999ade77
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue