Use new player attribute API for bed spawns

This commit is contained in:
Wuzzy 2017-06-06 19:05:28 +02:00
parent 9f683542af
commit b6ee94f9b2
3 changed files with 2 additions and 68 deletions

View file

@ -1,7 +1,6 @@
mcl_beds = {}
mcl_beds.player = {}
mcl_beds.pos = {}
mcl_beds.spawn = {}
mcl_beds.formspec = "size[8,15;true]" ..
"bgcolor[#080808BB; true]" ..
@ -14,4 +13,3 @@ local modpath = minetest.get_modpath("mcl_beds")
dofile(modpath .. "/functions.lua")
dofile(modpath .. "/api.lua")
dofile(modpath .. "/beds.lua")
dofile(modpath .. "/spawns.lua")