This commit is contained in:
Xephi59
2015-07-20 02:41:14 +02:00
parent 663c4a48d1
commit 480db6816f
22 changed files with 98 additions and 129 deletions
@@ -152,8 +152,10 @@ public class FlatFile implements DataSource {
}
}
}
removeAuth(auth.getNickname());
saveAuth(newAuth);
if (newAuth != null) {
removeAuth(auth.getNickname());
saveAuth(newAuth);
}
return true;
}
@@ -209,8 +211,10 @@ public class FlatFile implements DataSource {
}
}
}
removeAuth(auth.getNickname());
saveAuth(newAuth);
if (newAuth != null) {
removeAuth(auth.getNickname());
saveAuth(newAuth);
}
return true;
}
@@ -245,8 +249,10 @@ public class FlatFile implements DataSource {
}
}
}
removeAuth(auth.getNickname());
saveAuth(newAuth);
if (newAuth != null) {
removeAuth(auth.getNickname());
saveAuth(newAuth);
}
return true;
}
@@ -497,8 +503,10 @@ public class FlatFile implements DataSource {
}
}
}
removeAuth(auth.getNickname());
saveAuth(newAuth);
if (newAuth != null) {
removeAuth(auth.getNickname());
saveAuth(newAuth);
}
return true;
}