Fixed typo

This commit is contained in:
Norbi Peti 2016-10-26 22:35:28 +02:00
parent ed858502f4
commit 4d5c3db239

View file

@ -21,7 +21,7 @@ public final class IgnoreCommand extends UCommandBase {
final Player player = (Player) sender;
ChatPlayer p = ChatPlayer.GetFromPlayer(player);
if (p.FlairState.equals(FlairStates.Accepted)) {
player.sendMessage("§cYou can only ignore the \"write yoőu rname in the thread\" message.");
player.sendMessage("§cYou can only ignore the \"write your name in the thread\" message.");
return true;
}
if (p.FlairState.equals(FlairStates.Commented)) {