mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-25 10:10:41 +01:00
Fix unability to browse inv. items on creative inventory
This commit is contained in:
parent
b99a51f468
commit
6dddc93ed7
@ -155,6 +155,8 @@ else --fallback button
|
|||||||
elseif not tab_id then
|
elseif not tab_id then
|
||||||
formspec = creative_formspec ..
|
formspec = creative_formspec ..
|
||||||
"image_button[6,0;1,1;inventory_plus_worldedit_gui.png;worldedit_gui;]"
|
"image_button[6,0;1,1;inventory_plus_worldedit_gui.png;worldedit_gui;]"
|
||||||
|
else
|
||||||
|
return
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
formspec = formspec .. "image_button[0,0;1,1;inventory_plus_worldedit_gui.png;worldedit_gui;]"
|
formspec = formspec .. "image_button[0,0;1,1;inventory_plus_worldedit_gui.png;worldedit_gui;]"
|
||||||
|
Loading…
Reference in New Issue
Block a user