From 4a9a69928c8da2075c24af60d91e1e6fb3bf06f1 Mon Sep 17 00:00:00 2001 From: JonnyOThan Date: Mon, 29 Jan 2024 14:32:23 -0500 Subject: [PATCH] disable BetterEditorUndoRedo by default --- GameData/KSPCommunityFixes/Settings.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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