Disable chat for the first 5s (configurable) after joining a server.
This commit is contained in:
@@ -20,6 +20,8 @@ namespace OpenRA
|
||||
static Color chatMessageColor = Color.White;
|
||||
static string systemMessageLabel;
|
||||
|
||||
public static long ChatDisabledUntil { get; internal set; }
|
||||
|
||||
static TextNotificationsManager()
|
||||
{
|
||||
ChromeMetrics.TryGet("ChatMessageColor", out chatMessageColor);
|
||||
|
||||
Reference in New Issue
Block a user