mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-11 18:37:35 +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);
|
captchaManager.increaseCount(name);
|
||||||
tempbanManager.increaseCount(ip);
|
tempbanManager.increaseCount(ip);
|
||||||
|
|
||||||
if ("127.0.0.1".equals(pAuth.getIp()) && !pAuth.getIp().equals(ip)) {
|
if (!pAuth.getIp().equals(ip)) {
|
||||||
pAuth.setIp(ip);
|
pAuth.setIp(ip);
|
||||||
database.updateIp(pAuth.getNickname(), ip);
|
database.updateIp(pAuth.getNickname(), ip);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user