moreblocks/stairsplus
John Cole 26a5273dd6 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.
2016-07-12 12:49:43 -07:00
..
API.md Add licensing headers to all files, fix intllib global variable warnings. 2015-01-11 22:21:33 +01:00
aliases.lua More informative and shorter headers. 2015-01-12 17:46:22 +01:00
conversion.lua More informative and shorter headers. 2015-01-12 17:46:22 +01:00
init.lua Fix warning 2016-01-26 12:52:55 -08:00
microblocks.lua Fix drop logic. (#49) 2016-07-12 12:49:43 -07:00
panels.lua Fix drop logic. (#49) 2016-07-12 12:49:43 -07:00
registrations.lua Aspen tree registration in stairsplus. (#44) 2016-06-10 10:47:18 -07:00
slabs.lua Fix drop logic. (#49) 2016-07-12 12:49:43 -07:00
slopes.lua Fix drop logic. (#49) 2016-07-12 12:49:43 -07:00
stairs.lua Fix drop logic. (#49) 2016-07-12 12:49:43 -07:00