You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This becomes a major issue when someone has an ip lock on their Minecraft username as the mcbans API thinks the ip address is incorrect. (This is a major issue for me since I do have an ip lock - which seems to never remove)
Perhaps use getHostString() instead of getHostName()
The text was updated successfully, but these errors were encountered:
In LoginEventHandler.java on line 46, the ip address gathered there is always null.
URLEncoder.encode(String.valueOf(pc.getAddress().getHostName()), "UTF-8");
This becomes a major issue when someone has an ip lock on their Minecraft username as the mcbans API thinks the ip address is incorrect. (This is a major issue for me since I do have an ip lock - which seems to never remove)
Perhaps use getHostString() instead of getHostName()
The text was updated successfully, but these errors were encountered: