Compare commits

...

1 Commits

Author SHA1 Message Date
Chris Forbes
3301136fda remove spam on planes doing stuff 2010-07-23 22:30:57 +12:00

View File

@@ -77,7 +77,7 @@ namespace OpenRA.Mods.RA
{
if (reservation != null)
{
Game.Debug("Disposing reservation.");
// Game.Debug("Disposing reservation.");
reservation.Dispose();
reservation = null;
}