From 573177915a6cec7bbc07831e55921217d53df19e Mon Sep 17 00:00:00 2001 From: Magnus Ulf Date: Sun, 27 Jan 2019 19:27:58 +0100 Subject: [PATCH] Add deprecation commands for home/warps --- src/com/massivecraft/factions/cmd/CmdFactions.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/com/massivecraft/factions/cmd/CmdFactions.java b/src/com/massivecraft/factions/cmd/CmdFactions.java index b4031026..6fec9cab 100644 --- a/src/com/massivecraft/factions/cmd/CmdFactions.java +++ b/src/com/massivecraft/factions/cmd/CmdFactions.java @@ -74,6 +74,9 @@ public class CmdFactions extends FactionsCommand 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")); + this.addChild(new MassiveCommandDeprecated(this.cmdFactionsWarp.cmdFactionWarpRemove, "unsethome")); } // -------------------------------------------- //