Don't tell all players about my yaks

This commit is contained in:
Caleb Anderson
2010-10-04 22:23:57 -05:00
committed by Paul Chote
parent 7bdf6a953f
commit cdec3fce26
2 changed files with 8 additions and 8 deletions

2
OpenRA.Mods.RA/ReturnOnIdle.cs Normal file → Executable file
View File

@@ -32,7 +32,7 @@ namespace OpenRA.Mods.RA
}
else
{
Game.Debug("Plane has nowhere to land; flying away");
//Game.Debug("Plane has nowhere to land; flying away");
self.QueueActivity(new FlyOffMap());
}
}