mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-03 04:55:28 +02:00
clean up if/else formatting
This commit is contained in:
@@ -152,8 +152,7 @@ public final class FlatFileDatabaseManager implements DatabaseManager {
|
||||
// If they're still around, rewrite them to the file.
|
||||
if (!powerless) {
|
||||
writer.append(line).append("\r\n");
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
purgedUsers++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user