192.168.0.1!

This commit is contained in:
Maxetto 2015-07-10 16:25:20 +02:00
parent 9e153bc663
commit e469c74ef0

View File

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