Fixes configurations. (#128)
This commit is contained in:
parent
f336a56364
commit
cf8620d558
12 changed files with 25 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue