Warn about broken /f sc

This commit is contained in:
Magnus Ulf 2019-02-10 21:38:35 +01:00
parent 88562a0010
commit 2a4777c4b1

View File

@ -30,6 +30,8 @@ public class CmdFactionsSeeChunk extends FactionsCommand
@Override @Override
public void perform() throws MassiveException public void perform() throws MassiveException
{ {
msg("<b>Seechunk might not work on Minecraft 1.13, perhaps try: ");
message(CmdFactions.get().cmdFactionsSeeChunkOld.getTemplate());
// Args // Args
boolean old = msender.isSeeingChunk(); boolean old = msender.isSeeingChunk();
boolean targetDefault = !old; boolean targetDefault = !old;