Fix for Cable BB Update.
This commit is contained in:
@@ -340,6 +340,9 @@ public class PartCable extends AEBasePart implements IPartCable
|
||||
{
|
||||
double dist = p.cableConnectionRenderTo();
|
||||
|
||||
if ( dist > 8 )
|
||||
continue;
|
||||
|
||||
switch (dir)
|
||||
{
|
||||
case DOWN:
|
||||
|
||||
Reference in New Issue
Block a user