Merge pull request #11957 from abc013/DisableReplayChat
Disabled chat input in replays
This commit is contained in:
@@ -130,6 +130,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
Game.BeforeGameStart += UnregisterEvents;
|
||||
|
||||
CloseChat();
|
||||
chatText.IsDisabled = () => world.IsReplay;
|
||||
}
|
||||
|
||||
bool SwitchTeamChat()
|
||||
|
||||
Reference in New Issue
Block a user