Fix for Cable BB Update.
This commit is contained in:
parent
bbfa43dd92
commit
7e737966b8
1 changed files with 3 additions and 0 deletions
|
@ -340,6 +340,9 @@ public class PartCable extends AEBasePart implements IPartCable
|
|||
{
|
||||
double dist = p.cableConnectionRenderTo();
|
||||
|
||||
if ( dist > 8 )
|
||||
continue;
|
||||
|
||||
switch (dir)
|
||||
{
|
||||
case DOWN:
|
||||
|
|
Loading…
Reference in a new issue