Skip to content

Commit

Permalink
fix close button in inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
cornernote committed Aug 7, 2015
1 parent 90546b2 commit 7842ea9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions skyblock_levels/skyblock.levels.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ function skyblock.levels.get_inventory_formspec(level,player_name,inventory)
if inventory then
if minetest.get_modpath('unified_inventory') then
formspec = formspec..skyblock.get_unified_inventory_buttons()
else
formspec = formspec..'button_exit[13,0;2,0.5;close;Close]'
end
formspec = formspec..'button_exit[13,0;2,0.5;close;Close]'
else
formspec = formspec
..'button[11,0;2,0.5;restart;Restart]'
Expand Down

0 comments on commit 7842ea9

Please sign in to comment.