Skip to content
Snippets Groups Projects
Commit 0ab7477d authored by BuckarooBanzay's avatar BuckarooBanzay
Browse files

move search.lua to bridge folder

parent 8ba921bb
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -37,7 +37,6 @@ dofile(MP.."/border.lua") ...@@ -37,7 +37,6 @@ dofile(MP.."/border.lua")
dofile(MP.."/legacy.lua") dofile(MP.."/legacy.lua")
dofile(MP.."/privs.lua") dofile(MP.."/privs.lua")
dofile(MP.."/show_waypoint.lua") dofile(MP.."/show_waypoint.lua")
dofile(MP.."/search.lua")
if minetest.get_modpath("bones") then if minetest.get_modpath("bones") then
dofile(MP.."/bones.lua") dofile(MP.."/bones.lua")
...@@ -81,6 +80,7 @@ if http then ...@@ -81,6 +80,7 @@ if http then
dofile(MP .. "/bridge/init.lua") dofile(MP .. "/bridge/init.lua")
-- enable ingame map-search -- enable ingame map-search
dofile(MP.."/bridge/search.lua")
mapserver.search_init(http, mapserver_url) mapserver.search_init(http, mapserver_url)
-- initialize bridge -- initialize bridge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment