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