diff --git a/debug/ToolMeteoritePlacer.java b/debug/ToolMeteoritePlacer.java index 13ac63ee..ec3b8075 100644 --- a/debug/ToolMeteoritePlacer.java +++ b/debug/ToolMeteoritePlacer.java @@ -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; }