Skip to content

Commit

Permalink
Merge pull request #413 from Kompreya/default-narration-boolean
Browse files Browse the repository at this point in the history
"Disable Narration" default cfg change
  • Loading branch information
ACGaming authored Mar 31, 2024
2 parents 89624ad + 88d066e commit 530c896
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ public static class MiscCategory
@Config.RequiresMcRestart
@Config.Name("Disable Narrator")
@Config.Comment("Disables the narrator functionality entirely")
public boolean utDisableNarratorToggle = true;
public boolean utDisableNarratorToggle = false;

@Config.RequiresMcRestart
@Config.Name("End Portal Parallax")
Expand Down Expand Up @@ -1833,4 +1833,4 @@ public static void onConfigChanged(ConfigChangedEvent.OnConfigChangedEvent event
}
}
}
}
}

0 comments on commit 530c896

Please sign in to comment.