Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jul 30, 2024
1 parent 4096454 commit 8c4d8d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ dofile(MP.."/promise.lua")
dofile(MP.."/util.lua")
dofile(MP.."/http.lua")
dofile(MP.."/formspec.lua")
dofile(MP.."/coroutine.lua")
dofile(MP.."/async.lua")

if minetest.get_modpath("mtt") and mtt.enabled then
local http = minetest.request_http_api()

dofile(MP .. "/promise.spec.lua")
dofile(MP .. "/formspec.spec.lua")
dofile(MP .. "/util.spec.lua")
dofile(MP.."/coroutine.spec.lua")
dofile(MP .. "/async.spec.lua")
if http then
loadfile(MP .. "/http.spec.lua")(http)
end
Expand Down

0 comments on commit 8c4d8d7

Please sign in to comment.