Skip to content

Commit

Permalink
finish rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Nov 22, 2016
1 parent 10bfabe commit c1f557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/creative/inventory.lua
Expand Up @@ -6,7 +6,7 @@ function creative.init_creative_inventory(player)
player_inventory[player_name] = {
size = 0,
filter = "",
start_i = 1
start_i = 0
}

minetest.create_detached_inventory("creative_" .. player_name, {
Expand Down

0 comments on commit c1f557f

Please sign in to comment.