diff --git a/src/main/java/appeng/helpers/MetaRotation.java b/src/main/java/appeng/helpers/MetaRotation.java index 83b36ac8..557009fa 100644 --- a/src/main/java/appeng/helpers/MetaRotation.java +++ b/src/main/java/appeng/helpers/MetaRotation.java @@ -1,6 +1,6 @@ /* * This file is part of Applied Energistics 2. - * Copyright (c) 2013 - 2014, AlgorithmX2, All rights reserved. + * Copyright (c) 2013 - 2015, AlgorithmX2, All rights reserved. * * Applied Energistics 2 is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -65,7 +65,7 @@ public class MetaRotation implements IOrientable } @Override - public void setOrientation( ForgeDirection foward, ForgeDirection up ) + public void setOrientation( ForgeDirection forward, ForgeDirection up ) { if( this.w instanceof World ) {