hack in team chat support
This commit is contained in:
@@ -495,7 +495,10 @@ namespace OpenRA
|
||||
int sync = world.SyncHash();
|
||||
|
||||
if (e.KeyChar == '\r')
|
||||
{
|
||||
chat.Toggle();
|
||||
chat.isTeamChat = modifiers.HasModifier(Modifiers.Shift);
|
||||
}
|
||||
else if (Game.chat.isChatting)
|
||||
chat.TypeChar(e.KeyChar);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user