From 8bcb2e15c7a75f21f8cbad79c1a6ad249bda74a0 Mon Sep 17 00:00:00 2001 From: Temeez Date: Thu, 20 Feb 2014 08:08:58 +0200 Subject: [PATCH] removed CurrentAdjacentCells from ctor --- OpenRA.Mods.RA/Cargo.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenRA.Mods.RA/Cargo.cs b/OpenRA.Mods.RA/Cargo.cs index b7526d413a..49b1fef38a 100644 --- a/OpenRA.Mods.RA/Cargo.cs +++ b/OpenRA.Mods.RA/Cargo.cs @@ -60,8 +60,6 @@ namespace OpenRA.Mods.RA Load(self, unit); } } - - CurrentAdjacentCells = GetAdjacentCells(); } public IEnumerable Orders