Remove trailing whitespace

This commit is contained in:
ShadowNinja
2014-01-19 13:27:52 -05:00
parent d560bcd6f0
commit 26473a8346
5 changed files with 13 additions and 13 deletions

View File

@ -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