ToricsTweaks/QOL/dockRotate.cfg
2026-03-28 14:33:43 +01:00

8 lines
203 B
INI
Executable file

//remove the redundant (and less featurefull) stock docking rotation when dockrotate is on a part
@PART[*]:HAS[@MODULE[ModuleDockRotate]]:FINAL
{
@MODULE[ModuleDockingNode]
{
@canRotate = False
}
}