From a10c828788eb6df392ed6b52c2fdf339542637b4 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 00:37:04 +0200 Subject: [PATCH] Typo suiteable --- debug/ToolMeteoritePlacer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }