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