Sometimes I'm sleeping

This commit is contained in:
Maxetto 2015-07-10 16:32:26 +02:00
parent 07c884ce66
commit f3f4a23098

View File

@ -153,7 +153,7 @@ public class API {
if (isRegistered(name)) {
return false;
}
PlayerAuth auth = new PlayerAuth(name, hash, "198.168.0.1", 0, "your@email.com");
PlayerAuth auth = new PlayerAuth(name, hash, "192.168.0.1", 0, "your@email.com");
if (!database.saveAuth(auth)) {
return false;
}