Fix a minor tank update issue

This commit is contained in:
Aidan Brady 2013-11-30 00:47:11 -05:00
parent ba32a2b112
commit 82933393c7

View file

@ -173,7 +173,7 @@ public class TankUpdateProtocol
volume += locations.size();
if(volume > 0 && volume <= 5832 && locations.size() >= 9)
if(volume >= 27 && volume <= 5832 && locations.size() >= 26)
{
if(rightBlocks && rightFrame && isHollow && isCorner)
{