diff --git a/src/com/massivecraft/factions/cmd/CmdFactionsSeeChunk.java b/src/com/massivecraft/factions/cmd/CmdFactionsSeeChunk.java index 9bb838c4..8c0ff847 100644 --- a/src/com/massivecraft/factions/cmd/CmdFactionsSeeChunk.java +++ b/src/com/massivecraft/factions/cmd/CmdFactionsSeeChunk.java @@ -30,8 +30,6 @@ public class CmdFactionsSeeChunk extends FactionsCommand @Override public void perform() throws MassiveException { - msg("Seechunk might not work on Minecraft 1.13, perhaps try: "); - message(CmdFactions.get().cmdFactionsSeeChunkOld.getTemplate()); // Args boolean old = msender.isSeeingChunk(); boolean targetDefault = !old;