From e1721fb01be557b04539e69445ab23a79381451f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 17 Mar 2019 06:26:30 +0100 Subject: [PATCH] Clarify style stuff --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index b93a303..89ec907 100644 --- a/init.lua +++ b/init.lua @@ -658,6 +658,7 @@ function doc.formspec_core(tab) minetest.formspec_escape(S("Entry list")) .. "," .. minetest.formspec_escape(S("Entry")) .. ";" ..tab..";false;false]" + -- Let the Game decide on the style, such as background, etc. end function doc.formspec_main(playername)