Typo suiteable

This commit is contained in:
thatsIch 2014-09-21 00:37:04 +02:00
parent 51f38eb2ef
commit a10c828788

View file

@ -31,7 +31,7 @@ public class ToolMeteoritePlacer extends AEBaseItem
boolean worked = mp.spawnMeteorite( new MeteoritePlacer.StandardWorld( world ), x, y, z );
if ( !worked )
player.addChatMessage( new ChatComponentText( "Un-suiteable Location." ) );
player.addChatMessage( new ChatComponentText( "Un-suitable Location." ) );
return true;
}