1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-13 13:20:26 +02:00

Use Luarocks to install luacheck

Also remove worthless variable.
This commit is contained in:
Panquesito7
2020-02-07 14:12:11 -06:00
parent 08879e9c28
commit 3fa2b680a4
3 changed files with 10 additions and 11 deletions

View File

@ -88,7 +88,6 @@ if minetest.global_exists("unified_inventory") then -- unified inventory install
worldedit.show_page(name, "worldedit_gui")
return true
elseif fields.worldedit_gui_exit then --return to original page
player = minetest.get_player_by_name(name)
if player then
unified_inventory.set_inventory_formspec(player, "craft")
end