disabled chat input in replays

This commit is contained in:
abc013
2016-09-03 20:26:05 +02:00
parent 02fecc4d87
commit c7def33588

View File

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