fixed typo

This commit is contained in:
SydMontague 2014-08-02 01:14:51 +02:00
parent 8999b139f2
commit 6b32d60a73

View File

@ -50,7 +50,7 @@ public class ImageMapCommand implements TabExecutor
plugin.startPlacing((Player) sender, args[0], fastsend);
sender.sendMessage("Started placing of " + args[0] + ". Rightclick on a block, that shall be the upper left conor.");
sender.sendMessage("Started placing of " + args[0] + ". Rightclick on a block, that shall be the upper left corner.");
return true;
}