aboutsummaryrefslogtreecommitdiff
path: root/nodes.lua
diff options
context:
space:
mode:
authorJohn Cole <john@jhcole.com>2016-07-12 15:49:43 -0400
committerAuke Kok <sofar+github@foo-projects.org>2016-07-12 12:49:43 -0700
commit26a5273dd69e99b904880ebc69a2764694db3c41 (patch)
tree8124e21130164dd2dafeafb3e6f34983dfcf3fc2 /nodes.lua
parentdb93277a988001bcce2a2d10999897be7b8ee017 (diff)
downloadmoreblocks-26a5273dd69e99b904880ebc69a2764694db3c41.tar.gz
moreblocks-26a5273dd69e99b904880ebc69a2764694db3c41.tar.bz2
moreblocks-26a5273dd69e99b904880ebc69a2764694db3c41.zip
Fix drop logic. (#49)
The code not type(fields.drop) == "table" was always false because it compares a boolean with a string, not (type(fields.drop) == "table") is the intended logic.
Diffstat (limited to 'nodes.lua')
0 files changed, 0 insertions, 0 deletions