Sometimes I'm sleeping

This commit is contained in:
Maxetto 2015-07-10 16:34:22 +02:00
parent 5cdd2e1189
commit 91d95e45fa

View File

@ -49,7 +49,7 @@ public class xAuthToFlat {
String pl = getIdPlayer(id);
String psw = getPassword(id);
if (psw != null && !psw.isEmpty() && pl != null) {
PlayerAuth auth = new PlayerAuth(pl, psw, "198.168.0.1", 0, "your@email.com");
PlayerAuth auth = new PlayerAuth(pl, psw, "192.168.0.1", 0, "your@email.com");
database.saveAuth(auth);
}
}