mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-07-27 16:01:41 +00:00
Should fix #209
This commit is contained in:
parent
4d7cc990e2
commit
fd39eb036d
3 changed files with 9 additions and 1 deletions
|
@ -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<>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue