mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-24 03:05:17 +01:00
192.168.0.1!
This commit is contained in:
parent
63497269f2
commit
9e153bc663
@ -153,7 +153,7 @@ public class API {
|
||||
if (isRegistered(name)) {
|
||||
return false;
|
||||
}
|
||||
PlayerAuth auth = new PlayerAuth(name, hash, "198.18.0.1", 0, "your@email.com");
|
||||
PlayerAuth auth = new PlayerAuth(name, hash, "198.168.0.1", 0, "your@email.com");
|
||||
if (!database.saveAuth(auth)) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user