mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-28 03:40:25 +01:00
Expose set_tube on public API (#6)
* Expose set_tube on public API * Added update_meta to public tptube API
This commit is contained in:
parent
7d3a61e595
commit
794cae675e
@ -287,5 +287,7 @@ pipeworks.tptube = {
|
|||||||
hash = hash,
|
hash = hash,
|
||||||
save_tube_db = save_tube_db,
|
save_tube_db = save_tube_db,
|
||||||
get_db = function() return tp_tube_db or read_tube_db() end,
|
get_db = function() return tp_tube_db or read_tube_db() end,
|
||||||
|
set_tube = set_tube,
|
||||||
|
update_meta = update_meta,
|
||||||
tp_tube_db_version = tp_tube_db_version
|
tp_tube_db_version = tp_tube_db_version
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user