ToricsTweaks/QOL/dockRotate.cfg

9 lines
202 B
INI
Raw Permalink Normal View History

2024-07-06 11:40:26 -05:00
//remove the redundant (and less featureful) stock docking rotation when dockrotate is on a part
@PART[*]:HAS[@MODULE[ModuleDockRotate]]:FINAL
{
@MODULE[ModuleDockingNode]
{
@canRotate = False
}
}