From b401f601de18195a75be10702d3fe74f15208aa6 Mon Sep 17 00:00:00 2001 From: Gustas <37534529+PunkPun@users.noreply.github.com> Date: Fri, 4 Nov 2022 12:30:58 +0200 Subject: [PATCH] Refresh ChatDisabledUntil when entering a new server --- OpenRA.Game/TextNotificationsManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Game/TextNotificationsManager.cs b/OpenRA.Game/TextNotificationsManager.cs index 63f320f6b8..d92096075c 100644 --- a/OpenRA.Game/TextNotificationsManager.cs +++ b/OpenRA.Game/TextNotificationsManager.cs @@ -95,6 +95,7 @@ namespace OpenRA public static void Clear() { + ChatDisabledUntil = Game.RunTime; NotificationsCache.Clear(); MutedPlayers.Clear(); }