mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-29 23:10:45 +02:00
Remove trailing whitespace
This commit is contained in:
4
init.lua
4
init.lua
@ -24,12 +24,12 @@ unified_inventory.buttons = {}
|
||||
unified_inventory.home_pos = {}
|
||||
unified_inventory.home_filename =
|
||||
worldpath.."/unified_inventory_home.home"
|
||||
|
||||
|
||||
-- Default inventory page
|
||||
unified_inventory.default = "craft"
|
||||
|
||||
-- Disable default creative inventory
|
||||
if creative_inventory then
|
||||
if creative_inventory then
|
||||
function creative_inventory.set_creative_formspec(player, start_i, pagenum)
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user