Skip to content

Commit

Permalink
Fix pressure plate (onstate) nodebox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeija committed Apr 21, 2013
1 parent fc52451 commit b0bef90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons_pressureplates/init.lua
Expand Up @@ -5,7 +5,7 @@ local pp_box_off = {

local pp_box_on = {
type = "fixed",
fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 },
fixed = { -7/16, -8/16, -7/16, 7/16, -7.5/16, 7/16 },
}

pp_on_timer = function (pos, elapsed)
Expand Down

0 comments on commit b0bef90

Please sign in to comment.