diff --git a/src/com/massivecraft/factions/cmd/CmdFactionsSeeChunk.java b/src/com/massivecraft/factions/cmd/CmdFactionsSeeChunk.java index 8c0ff847..9bb838c4 100644 --- a/src/com/massivecraft/factions/cmd/CmdFactionsSeeChunk.java +++ b/src/com/massivecraft/factions/cmd/CmdFactionsSeeChunk.java @@ -30,6 +30,8 @@ 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;