Skip to content

Commit

Permalink
Remove pointless line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
random-geek committed Mar 22, 2019
1 parent 8307817 commit 7adf41a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inventory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ sfinv.register_page("cg_plus:crafting_guide", {
on_player_receive_fields = function(self, player, context, fields)
if fields.cg_craft_close then
context.cg_selected_item = nil
context.cg_craft_page = nil
context.cg_auto_menu = false
elseif fields.cg_prev and context.cg_page then
context.cg_page = context.cg_page - 1
Expand Down

0 comments on commit 7adf41a

Please sign in to comment.