fix some debug-channel stuff that beedee missed in rebase

This commit is contained in:
Chris Forbes
2010-06-11 18:00:36 +12:00
parent 3870be5122
commit 5d823d8e6e
3 changed files with 3 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ namespace OpenRA
if (RemoveOnDeath)
World.AddFrameEndTask(w => w.Remove(this));
Log.Write("{0} #{1} killed by {2} #{3}", Info.Name, ActorID, attacker.Info.Name, attacker.ActorID);
Log.Write("debug", "{0} #{1} killed by {2} #{3}", Info.Name, ActorID, attacker.Info.Name, attacker.ActorID);
}
var maxHP = this.GetMaxHP();