Can't sleep in occupied beds

This commit is contained in:
Wuzzy 2019-02-20 20:40:06 +01:00
parent 079b09c80f
commit 88872c8ce2
2 changed files with 13 additions and 2 deletions

View file

@ -1,6 +1,7 @@
mcl_beds = {}
mcl_beds.player = {}
mcl_beds.pos = {}
mcl_beds.bed_pos = {}
local modpath = minetest.get_modpath("mcl_beds")