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:
3
init.lua
3
init.lua
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user