Typo suiteable
This commit is contained in:
parent
51f38eb2ef
commit
a10c828788
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue