Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix unability to browse inv. items on creative inventory
  • Loading branch information
kilbith committed Feb 22, 2016
1 parent b99a51f commit 6dddc93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worldedit_gui/init.lua
Expand Up @@ -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;]"
Expand Down

0 comments on commit 6dddc93

Please sign in to comment.