diff --git a/GameData/KSPCommunityFixes/Settings.cfg b/GameData/KSPCommunityFixes/Settings.cfg index f5c3c15..8a4f07e 100644 --- a/GameData/KSPCommunityFixes/Settings.cfg +++ b/GameData/KSPCommunityFixes/Settings.cfg @@ -260,7 +260,9 @@ KSP_COMMUNITY_FIXES ResourceLockActions = true // Invert the editor undo state capturing logic so part tweaks aren't lost when undoing. - BetterEditorUndoRedo = true + // This is disabled by default due to the high likelihood of adverse interactions with mods. + // It may be enabled in the future after wider testing. + BetterEditorUndoRedo = false // ########################## // Performance tweaks