ori4: revert removing '.' from rel_path

not sure if this is correct
This commit is contained in:
2025-05-08 09:03:45 +02:00
committed by hrpt
parent 90dc5359b9
commit 3f7ef438e3

View File

@ -14,7 +14,7 @@ Mod('tt',
io='sea_main',
meaning=['temperature_regulation', 27],
sea_object='tt',
rel_paths=['tm', '.', 'set', 'dblctrl'],
rel_paths=['.', 'tm', 'set', 'dblctrl'],
)
Mod('cc',