Fixes configurations. (#128)

This commit is contained in:
Kamron Batman 2020-05-03 12:03:24 -07:00 committed by GitHub
parent f336a56364
commit cf8620d558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 25 additions and 21 deletions

View file

@ -16,7 +16,7 @@ namespace Server
public static void Initialize()
{
Enabled = ServerConfiguration.GetOrUpdateSetting("pathfinding.enabled", true);
Enabled = ServerConfiguration.GetOrUpdateSetting("pathfinding.enable", true);
}
public PathFollower(Mobile from, IPoint3D goal)