Deprecate completely defaults.lua

This commit is contained in:
Echoes
2024-03-03 09:55:16 +00:00
parent ee21ce3826
commit dd5c92c0bc
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
dofile(minetest.get_modpath("spears").."/defaults.lua")
-- dofile(minetest.get_modpath("spears").."/defaults.lua")
-- local input = io.open(minetest.get_modpath("spears").."/spears.conf", "r")
-- if input then