Server doesn't have noTesr Tiles.
This commit is contained in:
parent
ea936d3b72
commit
6e1a0aabb6
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class BlockCableBus extends AEBaseBlock
|
|||
if ( noTesrTile.isInstance( te ) )
|
||||
return (T) te;
|
||||
|
||||
if ( tesrTile.isInstance( te ) )
|
||||
if ( tesrTile != null && tesrTile.isInstance( te ) )
|
||||
return (T) te;
|
||||
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue