Implement /f stuck command from hcf

This commit is contained in:
Nick Porillo
2015-05-12 23:16:47 -04:00
parent aeef4d69c2
commit fede341cc7
9 changed files with 179 additions and 1 deletions

View File

@@ -250,6 +250,7 @@ public class Conf {
public static double econCostMap = 0.0;
public static double econCostPower = 0.0;
public static double econCostShow = 0.0;
public static double econCostStuck = 0.0;
public static double econCostOpen = 0.0;
public static double econCostAlly = 0.0;
public static double econCostTruce = 0.0;