diff --git a/ChatTwo/Configuration.cs b/ChatTwo/Configuration.cs index 9669231..acd0218 100755 --- a/ChatTwo/Configuration.cs +++ b/ChatTwo/Configuration.cs @@ -23,6 +23,7 @@ internal class Configuration : IPluginConfiguration { internal void UpdateFrom(Configuration other) { this.HideChat = other.HideChat; + this.HideDuringCutscenes = other.HideDuringCutscenes; this.NativeItemTooltips = other.NativeItemTooltips; this.PrettierTimestamps = other.PrettierTimestamps; this.MoreCompactPretty = other.MoreCompactPretty;