Skip to content

Commit

Permalink
Remove undeclared global variable corner_nodebox (#554)
Browse files Browse the repository at this point in the history
To avoid warning message at load time.

Co-authored-by: sys4 <admin@sys4.fr>
  • Loading branch information
sys4-fr and sys4 committed Feb 27, 2021
1 parent 93f155f commit 93aa24d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mesecons_extrawires/corner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ minetest.register_node("mesecons_extrawires:corner_on", {
walkable = false,
sunlight_propagates = true,
selection_box = corner_selectionbox,
node_box = corner_nodebox,
groups = {dig_immediate = 3, not_in_creative_inventory = 1},
drop = "mesecons_extrawires:corner_off",
sounds = default.node_sound_defaults(),
Expand Down Expand Up @@ -58,7 +57,6 @@ minetest.register_node("mesecons_extrawires:corner_off", {
walkable = false,
sunlight_propagates = true,
selection_box = corner_selectionbox,
node_box = corner_nodebox,
groups = {dig_immediate = 3},
sounds = default.node_sound_defaults(),
mesecons = {conductor =
Expand Down

0 comments on commit 93aa24d

Please sign in to comment.