File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1006,8 +1006,7 @@ function tabbuilder.tab_TP()
1006
1006
" vertlabel[0,-0.25;TEXTURE PACKS]" ..
1007
1007
" textlist[4,0.25;7.5,5.0;TPs;" ..
1008
1008
menu .render_TP_list (TPlist ) ..
1009
- " ;" .. index .. " ]" ..
1010
- menubar .formspec
1009
+ " ;" .. index .. " ]"
1011
1010
end
1012
1011
local TPinfofile = TPpath .. DIR_DELIM .. " info.txt"
1013
1012
local f = io.open (TPinfofile , " r" )
@@ -1034,8 +1033,7 @@ function tabbuilder.tab_TP()
1034
1033
menu .render_TP_list (TPlist ) ..
1035
1034
" ;" .. index .. " ]" ..
1036
1035
" image[0.65,0.25;4.0,3.7;" .. (menu .TPscreen or no_screenshot ).. " ]" ..
1037
- " textarea[1.0,3.25;3.7,1.5;;" .. (menu .TPinfo or " " ).. " ;]" ..
1038
- menubar .formspec
1036
+ " textarea[1.0,3.25;3.7,1.5;;" .. (menu .TPinfo or " " ).. " ;]"
1039
1037
end
1040
1038
1041
1039
---- ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments