Typo supressUpdate
This commit is contained in:
parent
8d41acdccd
commit
435ecb880f
2 changed files with 4 additions and 4 deletions
|
@ -370,9 +370,9 @@ public class CableBusPart extends JCuboidPart implements JNormalOcclusion, IReds
|
|||
}
|
||||
|
||||
@Override
|
||||
public void removePart(ForgeDirection side, boolean supressUpdate)
|
||||
public void removePart(ForgeDirection side, boolean gsuppressUpdate)
|
||||
{
|
||||
cb.removePart( side, supressUpdate );
|
||||
cb.removePart( side, suppressUpdate );
|
||||
}
|
||||
|
||||
boolean canUpdate = false;
|
||||
|
|
|
@ -186,9 +186,9 @@ public class TileCableBus extends AEBaseTile implements AEMultiTile, ICustomColl
|
|||
}
|
||||
|
||||
@Override
|
||||
public void removePart(ForgeDirection side, boolean supressUpdate)
|
||||
public void removePart(ForgeDirection side, boolean suppressUpdate)
|
||||
{
|
||||
cb.removePart( side, supressUpdate );
|
||||
cb.removePart( side, suppressUpdate );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue