This commit is contained in:
boy0001 2015-03-18 16:50:07 +11:00
parent 4d7cc990e2
commit fd39eb036d
3 changed files with 9 additions and 1 deletions

View file

@ -51,6 +51,7 @@ import com.intellectualcrafters.plot.util.bukkit.SendChunk;
public class MainUtil {
public final static HashMap<Plot, Integer> runners = new HashMap<>();
public static boolean canSendChunk = false;
public static boolean canSetFast = true;
public static ArrayList<String> runners_p = new ArrayList<>();
static long state = 1;
public static HashMap<String, PlotId> lastPlot = new HashMap<>();