From 0644c917aa2d1730bf168fbdb7d416d179f70bac Mon Sep 17 00:00:00 2001 From: Magnus Ulf Date: Sun, 27 Jan 2019 19:28:33 +0100 Subject: [PATCH] Remove old deprecation commands --- src/com/massivecraft/factions/cmd/CmdFactions.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/com/massivecraft/factions/cmd/CmdFactions.java b/src/com/massivecraft/factions/cmd/CmdFactions.java index 6fec9cab..318c9479 100644 --- a/src/com/massivecraft/factions/cmd/CmdFactions.java +++ b/src/com/massivecraft/factions/cmd/CmdFactions.java @@ -69,10 +69,6 @@ public class CmdFactions extends FactionsCommand public CmdFactions() { // Deprecated Commands - this.addChild(new MassiveCommandDeprecated(this.cmdFactionsClaim.cmdFactionsClaimAuto, "autoclaim")); - this.addChild(new MassiveCommandDeprecated(this.cmdFactionsUnclaim.cmdFactionsUnclaimAll, "unclaimall")); - this.addChild(new MassiveCommandDeprecated(this.cmdFactionsFlag, "open")); - this.addChild(new MassiveCommandDeprecated(this.cmdFactionsFaction, "show", "who")); this.addChild(new MassiveCommandDeprecated(this.cmdFactionsRank, "leader", "owner", "officer", "moderator", "demote", "promote")); this.addChild(new MassiveCommandDeprecated(this.cmdFactionsWarp, "home")); this.addChild(new MassiveCommandDeprecated(this.cmdFactionsWarp.cmdFactionWarpAdd, "sethome"));