Killed a bunch of logging statements
This commit is contained in:
@@ -67,7 +67,6 @@ namespace OpenRA
|
||||
|
||||
public void AddLine(Color c, string from, string text)
|
||||
{
|
||||
Log.Write( "Chat: {0}: {1}", from, text );
|
||||
recentLines.Add(Tuple.New(c, from, text));
|
||||
var eva = Game.world.WorldActor.Info.Traits.Get<EvaAlertsInfo>();
|
||||
Sound.Play(eva.ChatBeep);
|
||||
|
||||
Reference in New Issue
Block a user