Enable armor dofile

This commit is contained in:
SmokeyDope 2023-02-08 22:53:14 +00:00
parent c6b99d3836
commit 7bace02455
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
--dofile(modpath.."/armor.lua")
dofile(modpath.."/armor.lua")
dofile(modpath.."/tools.lua")