merge upstream commit: Remove unused and clean up missused variable-value assignments.
This commit is contained in:
parent
5b36a03f02
commit
0c3d4135e1
14 changed files with 634 additions and 30 deletions
|
@ -197,7 +197,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||
creative.update_creative_inventory(player_name)
|
||||
creative.set_creative_formspec(player, 0)
|
||||
else
|
||||
local formspec = player:get_inventory_formspec()
|
||||
local start_i = player_inventory[player_name].start_i or 0
|
||||
|
||||
if fields.creative_prev then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue