Typo exptected
This commit is contained in:
@@ -26,7 +26,7 @@ public class MetaRotation implements IOrientable
|
||||
if ( w instanceof World )
|
||||
((World) w).setBlockMetadataWithNotify( x, y, z, Up.ordinal(), 1 + 2 );
|
||||
else
|
||||
throw new RuntimeException( w.getClass().getName() + " received, exptected World" );
|
||||
throw new RuntimeException( w.getClass().getName() + " received, expected World" );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user