Disable chat for the first 5s (configurable) after joining a server.
This commit is contained in:
@@ -101,6 +101,9 @@ namespace OpenRA
|
||||
[Desc("For dedicated servers only, treat maps that fail the lint checks as invalid.")]
|
||||
public bool EnableLintChecks = true;
|
||||
|
||||
[Desc("Delay in milliseconds before newly joined players can send chat messages.")]
|
||||
public int JoinChatDelay = 5000;
|
||||
|
||||
public ServerSettings Clone()
|
||||
{
|
||||
return (ServerSettings)MemberwiseClone();
|
||||
|
||||
Reference in New Issue
Block a user