From a20f80ac79ab4a471108895da4b02ec1f6279a7d Mon Sep 17 00:00:00 2001 From: Adrian Edwards <17362949+MoralCode@users.noreply.github.com> Date: Sun, 18 Oct 2020 19:09:52 -0700 Subject: [PATCH] remove guild update from channel update function --- discover_overlay/text_settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/discover_overlay/text_settings.py b/discover_overlay/text_settings.py index 28864a8..f06f440 100644 --- a/discover_overlay/text_settings.py +++ b/discover_overlay/text_settings.py @@ -373,10 +373,6 @@ class TextSettingsWindow(SettingsWindow): return c = self.channel_lookup[button.get_active()] self.channel = c - channel_guild = self.list_channels[c]["guild_id"] - # if the channel is not from the current guild, set the guild too - if channel_guild != self.guild: - self.guild = channel_guild self.save_config()