Fix unability to browse inv. items on creative inventory

This commit is contained in:
Jean-Patrick Guerrero 2016-02-22 12:29:06 +01:00
parent b99a51f468
commit 6dddc93ed7
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ else --fallback button
elseif not tab_id then
formspec = creative_formspec ..
"image_button[6,0;1,1;inventory_plus_worldedit_gui.png;worldedit_gui;]"
else
return
end
else
formspec = formspec .. "image_button[0,0;1,1;inventory_plus_worldedit_gui.png;worldedit_gui;]"