mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Absolutely
This commit is contained in:
parent
897f4d3694
commit
bbef731be5
@ -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>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user