Skip to content

Commit

Permalink
remove protector load-area hack (find_nodes_in_area cache manages tha…
Browse files Browse the repository at this point in the history
…t now)
  • Loading branch information
BuckarooBanzay committed Jun 25, 2021
1 parent f5e7719 commit b392f09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
5 changes: 0 additions & 5 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ dofile(MP.."/death.lua")
dofile(MP.."/travel/travel.lua")
dofile(MP.."/teleport_back.lua")

if minetest.get_modpath("protector") then
-- protector customizations
dofile(MP.."/protector_forceload.lua")
end

if minetest.get_modpath("farming") and farming.mod == "redo" then
-- farming customizations
dofile(MP.."/farming.lua")
Expand Down
53 changes: 0 additions & 53 deletions protector_forceload.lua

This file was deleted.

0 comments on commit b392f09

Please sign in to comment.