Skip to content

Commit

Permalink
remove signs_lib hack
Browse files Browse the repository at this point in the history
not needed anymore since pandorabox-io/pandorabox-mods#1143
  • Loading branch information
BuckarooBanzay committed Nov 2, 2020
1 parent cfa9200 commit 83faf6b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,3 @@ if minetest.get_modpath("digistuff") and minetest.registered_nodes["digistuff:ni
}
})
end

-- override signs_lib's static_save property
-- false causes it to stay loaded over the server lifetime (*all* visited signs)
-- related: https://github.com/pandorabox-io/pandorabox.io/issues/544
if minetest.get_modpath("signs_lib") then
local def = minetest.registered_entities["signs_lib:text"]
assert(def)
def.static_save = true
end

0 comments on commit 83faf6b

Please sign in to comment.