We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3eb00d commit e214035Copy full SHA for e214035
Intersect.Server.Core/Entities/Player.cs
@@ -7298,7 +7298,7 @@ out EntityType entityType
7298
7299
protected override bool CanPassPlayer(MapController targetMap)
7300
{
7301
- return !Options.Instance.Passability.IsPassable(Map.ZoneType);
+ return Options.Instance.Passability.IsPassable(Map.ZoneType);
7302
}
7303
7304
protected override bool IsBlockedByEvent(
0 commit comments