remove dead crap from Plane

This commit is contained in:
Chris Forbes
2010-08-01 11:49:00 +12:00
parent 5daaa99108
commit e2ab99c0cc

View File

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