Removed pointless variable.
This commit is contained in:
@ -12,7 +12,6 @@ import net.minecraftforge.fml.network.simple.SimpleChannel;
|
||||
public class LoginProtection {
|
||||
public static final String MOD_ID = "loginprotection";
|
||||
public static ProtectedPlayers protected_players = new ProtectedPlayers();
|
||||
public static boolean has_pressed_key = false;
|
||||
|
||||
private static final String PROTOCOL_VERSION = "1";
|
||||
public static final SimpleChannel INSTANCE = NetworkRegistry.newSimpleChannel(
|
||||
|
||||
Reference in New Issue
Block a user