From f00178e45d3ce254e4d98dd557ab4a1c98b37a9a Mon Sep 17 00:00:00 2001 From: PurpleHato Date: Sat, 11 Jun 2022 21:30:50 +0200 Subject: [PATCH] FIX: Remove duplicates of Disable Navi Call --- libultraship/libultraship/SohImGuiImpl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 5d9f83ea1..4f084549f 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -873,8 +873,6 @@ namespace SohImGui { Tooltip("Kick open every chest"); EnhancementCheckbox("Better Owl", "gBetterOwl"); Tooltip("The default response to Kaepora Gaebora is always that you understood what he said"); - EnhancementCheckbox("Disable Navi Call Audio", "gDisableNaviCallAudio"); - Tooltip("Disables the voice audio when Navi calls you"); EnhancementCheckbox("Link's Cow in Both Time Periods", "gCowOfTime"); Tooltip("Allows the Lon Lon Ranch obstacle course reward to be shared across time periods"); ImGui::EndMenu();