Pathfinding: Cleaned up pathfinder.lua logs.

Changed init.lua to refer to proper files.
Updated comment about Jumper library in pathfinder.lua
This commit is contained in:
Zorman2000
2017-04-04 10:20:19 -04:00
parent 7f2e1b665a
commit ef973e47cc
2 changed files with 8 additions and 8 deletions

View File

@ -57,8 +57,7 @@ dofile(path .. "/trade/prices.lua")
dofile(path .. "/actions/actions.lua")
dofile(path .. "/actions/places.lua")
dofile(path .. "/actions/pathfinder.lua")
dofile(path .. "/actions/pathfinding.lua")
--dofile(path .. "/actions/pathfinder2.lua")
dofile(path .. "/actions/jumper.lua")
dofile(path .. "/actions/node_registry.lua")
dofile(path .. "/random_data.lua")