Changed jar file name and version. Removed useless leftover variable.

This commit is contained in:
2021-09-28 15:51:44 +01:00
parent 45822fa607
commit 88d4bdf94c
2 changed files with 2 additions and 3 deletions

View File

@ -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(