Fix "ot" typo
This commit is contained in:
parent
2ec58c6f30
commit
8a856326cb
@ -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."));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user