do not forget the header as bed/init.lua is not bed/bed.lua

This commit is contained in:
Zweihorn 2019-05-19 16:33:42 +02:00 committed by Yves Quemener
parent 835ac73e0a
commit 1d21646644
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-- beds/init.lua
-- Load support for MT game translation.
local S = minetest.get_translator()
beds = {}
beds.player = {}
beds.bed_position = {}