mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-17 13:04:42 +02:00
FFS Leaderboard rewrites, and new mcrank command.
This commit is contained in:
@ -20,7 +20,6 @@ public class Users {
|
||||
*/
|
||||
public static void loadUsers() {
|
||||
new File(mcMMO.getFlatFileDirectory()).mkdir();
|
||||
new File(mcMMO.getLeaderboardDirectory()).mkdir();
|
||||
|
||||
try {
|
||||
new File(mcMMO.getUsersFile()).createNewFile();
|
||||
|
Reference in New Issue
Block a user