Fix long standing bug with player notes

This commit is contained in:
2020-08-17 23:53:21 -05:00
parent f3a655d40d
commit f4007a7c9d
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,6 @@ import org.bukkit.scheduler.BukkitRunnable;
public class LoginProcess extends FreedomService
{
public static final int DEFAULT_PORT = 25565;
public static final int MIN_USERNAME_LENGTH = 2;
public static final int MAX_USERNAME_LENGTH = 20;