mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-07-06 18:20:35 +02:00
Expose set_tube on public API
This commit is contained in:
@ -287,5 +287,6 @@ 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,
|
||||||
tp_tube_db_version = tp_tube_db_version
|
tp_tube_db_version = tp_tube_db_version
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user