mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-08 03:29:41 +01:00
Wtf was that, this may fix a long list of issues!
This commit is contained in:
parent
8d54557f3d
commit
2483f21ece
@ -139,7 +139,7 @@ public class AsynchronousLogin implements AsynchronousProcess {
|
||||
captchaManager.increaseCount(name);
|
||||
tempbanManager.increaseCount(ip);
|
||||
|
||||
if ("127.0.0.1".equals(pAuth.getIp()) && !pAuth.getIp().equals(ip)) {
|
||||
if (!pAuth.getIp().equals(ip)) {
|
||||
pAuth.setIp(ip);
|
||||
database.updateIp(pAuth.getNickname(), ip);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user