Merge pull request #11957 from abc013/DisableReplayChat

Disabled chat input in replays
This commit is contained in:
Paul Chote
2016-09-04 10:43:34 +01:00
committed by GitHub

View File

@@ -130,6 +130,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
Game.BeforeGameStart += UnregisterEvents;
CloseChat();
chatText.IsDisabled = () => world.IsReplay;
}
bool SwitchTeamChat()