mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
do not forget the header as bed/init.lua is not bed/bed.lua
This commit is contained in:
parent
835ac73e0a
commit
1d21646644
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
-- beds/init.lua
|
||||
|
||||
-- Load support for MT game translation.
|
||||
local S = minetest.get_translator()
|
||||
|
||||
|
||||
beds = {}
|
||||
beds.player = {}
|
||||
beds.bed_position = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue