Pillbox unload fix

This commit is contained in:
Temeez
2014-02-19 14:19:52 +02:00
parent 5418441bb5
commit 864c4bc03a
2 changed files with 1 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ Also thanks to:
* Sascha Biedermann (bidifx)
* Sebastien Kerguen (xanax)
* Taryn Hill (Phrohdoh)
* Teemu Nieminen (Temeez)
* Tim Mylemans (gecko)
* Tirili
* Tristan Keating (Kilkakon)

View File

@@ -61,7 +61,6 @@ namespace OpenRA.Mods.RA
}
}
currentCell = self.CenterPosition.ToCPos();
CurrentAdjacentCells = GetAdjacentCells();
}