mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-06 08:11:06 +01:00
4 lines
103 B
Lua
4 lines
103 B
Lua
|
minetest.register_on_joinplayer(function(player)
|
||
|
player:set_formspec_prepend(mcl_vars.gui_nonbg)
|
||
|
end)
|