Refresh ChatDisabledUntil when entering a new server

This commit is contained in:
Gustas
2022-11-04 12:30:58 +02:00
committed by abcdefg30
parent 33a1bb8e6b
commit b401f601de

View File

@@ -95,6 +95,7 @@ namespace OpenRA
public static void Clear()
{
ChatDisabledUntil = Game.RunTime;
NotificationsCache.Clear();
MutedPlayers.Clear();
}