Collector bugfix

This commit is contained in:
Joachim Stolberg 2019-01-22 21:58:10 +01:00
parent 686f78a16a
commit 2cb4282243
2 changed files with 16 additions and 2 deletions

@ -2,6 +2,20 @@
## V2.00.06 (2019-01-22)
### Additions
### Removals
### Changes
### Fixes
- SaferLua Collector: Formspec handling bugfix
- Quarry: Bugfix
## V2.00.05 (2019-01-21)
### Additions

@ -131,7 +131,7 @@ minetest.register_node("smartline:collector", {
return
end
if fields.quit == "true" then
if fields.quit == "true" and fields.poll_numbers then
if tubelib.check_numbers(fields.event_number) then
meta:set_string("event_number", fields.event_number)
end