load respawn_anchor.lua

This commit is contained in:
chmodsayshello 2022-04-25 14:05:19 +00:00
parent 6e8a826e59
commit 06c1be401e
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ local modpath = minetest.get_modpath("mcl_beds")
dofile(modpath .. "/functions.lua")
dofile(modpath .. "/api.lua")
dofile(modpath .. "/beds.lua")
dofile(modpath .. "/respawn_anchor.lua")