Skip to content

Commit 3fd84ed

Browse files
committedAug 4, 2013
Dont show gamefilter in TP tab
1 parent 3831534 commit 3fd84ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎builtin/mainmenu.lua

+2-4
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,7 @@ function tabbuilder.tab_TP()
10061006
"vertlabel[0,-0.25;TEXTURE PACKS]" ..
10071007
"textlist[4,0.25;7.5,5.0;TPs;" ..
10081008
menu.render_TP_list(TPlist) ..
1009-
";" .. index .. "]" ..
1010-
menubar.formspec
1009+
";" .. index .. "]"
10111010
end
10121011
local TPinfofile = TPpath..DIR_DELIM.."info.txt"
10131012
local f = io.open(TPinfofile, "r")
@@ -1034,8 +1033,7 @@ function tabbuilder.tab_TP()
10341033
menu.render_TP_list(TPlist) ..
10351034
";" .. index .. "]" ..
10361035
"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 "")..";]"
10391037
end
10401038

10411039
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.