mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-26 00:53:44 +01:00
Collector bugfix
This commit is contained in:
parent
686f78a16a
commit
2cb4282243
@ -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
|
||||
|
@ -130,8 +130,8 @@ minetest.register_node("smartline:collector", {
|
||||
if owner ~= player:get_player_name() then
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user