Fix a minor tank update issue
This commit is contained in:
parent
ba32a2b112
commit
82933393c7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue