Skip to content

Commit e214035

Browse files
committed
return the right value in Player.CanPassPlayer
1 parent e3eb00d commit e214035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intersect.Server.Core/Entities/Player.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7298,7 +7298,7 @@ out EntityType entityType
72987298

72997299
protected override bool CanPassPlayer(MapController targetMap)
73007300
{
7301-
return !Options.Instance.Passability.IsPassable(Map.ZoneType);
7301+
return Options.Instance.Passability.IsPassable(Map.ZoneType);
73027302
}
73037303

73047304
protected override bool IsBlockedByEvent(

0 commit comments

Comments
 (0)