diff --git a/Creation Kit Platform Extended Core/Patches/FO4/CrashConditionItemGetCrime.cpp b/Creation Kit Platform Extended Core/Patches/FO4/CrashConditionItemGetCrime.cpp index 41cfa6b..a1dc9e6 100644 --- a/Creation Kit Platform Extended Core/Patches/FO4/CrashConditionItemGetCrime.cpp +++ b/Creation Kit Platform Extended Core/Patches/FO4/CrashConditionItemGetCrime.cpp @@ -99,7 +99,9 @@ namespace CreationKitPlatformExtended if (!hCombobox) return; EditorAPI::EditorUI::HKSendMessageA(hCombobox, CB_RESETCONTENT, 0, 0); - EditorAPI::EditorUI::ComboBoxInsertItemDeferred(hCombobox, " ANY ", nullptr, 1); + // Same as steal + //EditorAPI::EditorUI::ComboBoxInsertItemDeferred(hCombobox, " ANY ", nullptr, 1); + EditorAPI::EditorUI::ComboBoxInsertItemDeferred(hCombobox, " NONE ", (void*)-1, 1); auto Array = pointer_CrashConditionItemGetCrimePatch_data; if (!Array) return; diff --git a/Creation Kit Platform Extended Core/Version/build_version.txt b/Creation Kit Platform Extended Core/Version/build_version.txt index c8d684f..9189a27 100644 Binary files a/Creation Kit Platform Extended Core/Version/build_version.txt and b/Creation Kit Platform Extended Core/Version/build_version.txt differ diff --git a/Creation Kit Platform Extended Core/Version/resource_version2.h b/Creation Kit Platform Extended Core/Version/resource_version2.h index 8c3d5de..5c28725 100644 Binary files a/Creation Kit Platform Extended Core/Version/resource_version2.h and b/Creation Kit Platform Extended Core/Version/resource_version2.h differ