mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Absolutely
This commit is contained in:
@ -137,7 +137,7 @@ public class mcMMO extends JavaPlugin
|
||||
}
|
||||
}
|
||||
|
||||
new File(getDataFolder() + File.separator + "players").mkdir();
|
||||
new File(getDataFolder().getAbsolutePath() + File.separator + "players").mkdir();
|
||||
|
||||
gotCake = new ArrayList<String>();
|
||||
|
||||
|
Reference in New Issue
Block a user