1 2 3 4 5 6 7
package net.tylermurphy.Minecraft.Util; public class Flags { public static boolean actionForceClose = false; }