Typo renderCoveredConection

This commit is contained in:
thatsIch
2014-09-21 01:51:06 +02:00
parent b617b0cc60
commit 84ca94014c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ public class PartCableCovered extends PartCable
{
for (ForgeDirection of : connections)
{
renderCoveredConection( x, y, z, rh, renderer, channelsOnSide[of.ordinal()], of );
renderCoveredConnection( x, y, z, rh, renderer, channelsOnSide[of.ordinal()], of );
}
rh.setTexture( getTexture( getCableColor() ) );