Remove warning from /f sc

This commit is contained in:
Magnus Ulf 2019-02-17 15:21:05 +01:00
parent 1125324371
commit b936923bb1

View File

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