From 9ae143933e57c4fc7996b20ac659cce376abec5b Mon Sep 17 00:00:00 2001 From: Magnus Ulf Date: Tue, 2 Mar 2021 21:57:15 +0100 Subject: [PATCH] Removed deprecated part of config --- src/com/massivecraft/factions/entity/MConf.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/com/massivecraft/factions/entity/MConf.java b/src/com/massivecraft/factions/entity/MConf.java index 26f52288..9d1fcb70 100644 --- a/src/com/massivecraft/factions/entity/MConf.java +++ b/src/com/massivecraft/factions/entity/MConf.java @@ -269,7 +269,7 @@ public class MConf extends Entity // Set this to true to override the default respawn location. public boolean warpsTeleportToOnDeathActive = false; - // And waht faction warp should it be? It must have a specific name. + // And what faction warp should it be? It must have a specific name. public String warpsTeleportToOnDeathName = "home"; // This value can be used to tweak compatibility with other plugins altering the respawn location. @@ -686,7 +686,6 @@ public class MConf extends Entity public double econCostCreate = 100.0; // And so on and so forth ... you get the idea. - @Deprecated public double econCostSethome = 0.0; public double econCostWarpAdd = 0.0; public double econCostWarpRemove = 0.0; public double econCostJoin = 0.0; @@ -694,7 +693,6 @@ public class MConf extends Entity public double econCostKick = 0.0; public double econCostInvite = 0.0; public double econCostDeinvite = 0.0; - @Deprecated public double econCostHome = 0.0; public double econCostWarpGo = 0.0; public double econCostName = 0.0; public double econCostDescription = 0.0;