mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 20:21:02 +01:00
192.168.0.1!
This commit is contained in:
parent
ae1b074725
commit
cead835440
@ -426,7 +426,7 @@ public class FlatFile implements DataSource {
|
|||||||
if (args[0].equalsIgnoreCase(user)) {
|
if (args[0].equalsIgnoreCase(user)) {
|
||||||
switch (args.length) {
|
switch (args.length) {
|
||||||
case 2:
|
case 2:
|
||||||
return new PlayerAuth(args[0], args[1], "198.18.0.1", 0, "your@email.com");
|
return new PlayerAuth(args[0], args[1], "198.168.0.1", 0, "your@email.com");
|
||||||
case 3:
|
case 3:
|
||||||
return new PlayerAuth(args[0], args[1], args[2], 0, "your@email.com");
|
return new PlayerAuth(args[0], args[1], args[2], 0, "your@email.com");
|
||||||
case 4:
|
case 4:
|
||||||
@ -708,7 +708,7 @@ public class FlatFile implements DataSource {
|
|||||||
String[] args = line.split(":");
|
String[] args = line.split(":");
|
||||||
switch (args.length) {
|
switch (args.length) {
|
||||||
case 2:
|
case 2:
|
||||||
auths.add(new PlayerAuth(args[0], args[1], "198.18.0.1", 0, "your@email.com"));
|
auths.add(new PlayerAuth(args[0], args[1], "198.168.0.1", 0, "your@email.com"));
|
||||||
case 3:
|
case 3:
|
||||||
auths.add(new PlayerAuth(args[0], args[1], args[2], 0, "your@email.com"));
|
auths.add(new PlayerAuth(args[0], args[1], args[2], 0, "your@email.com"));
|
||||||
case 4:
|
case 4:
|
||||||
|
Loading…
Reference in New Issue
Block a user