Fix "ot" typo

This commit is contained in:
Sam 2017-11-30 17:44:11 +00:00 committed by Alexander Meech
parent 2ec58c6f30
commit 8a856326cb

View File

@ -156,7 +156,7 @@ public class CakePlayerModule extends CakeModule
else if (_game.isNearSpawn(event.getBlock().getLocation()))
{
event.setCancelled(true);
player.sendMessage(F.main("Game", "You cannot place blocks that near ot a player spawn."));
player.sendMessage(F.main("Game", "You cannot place blocks that near to a player spawn."));
}
}