Changed jar file name and version. Removed useless leftover variable.
This commit is contained in:
@ -13,7 +13,6 @@ import net.minecraftforge.fmllegacy.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