forked from Upstream/mmocore
Typo.
This commit is contained in:
parent
392090eddc
commit
f75522eadf
@ -57,7 +57,7 @@ public class SkillTreeManager extends MMOCoreRegister<SkillTree> {
|
|||||||
public void initialize(boolean clearBefore) {
|
public void initialize(boolean clearBefore) {
|
||||||
if (clearBefore)
|
if (clearBefore)
|
||||||
registered.clear();
|
registered.clear();
|
||||||
File file = new File(MMOCore.plugin.getDataFolder() + "/skillTree");
|
File file = new File(MMOCore.plugin.getDataFolder() + "/skilltree");
|
||||||
if (!file.exists())
|
if (!file.exists())
|
||||||
file.mkdirs();
|
file.mkdirs();
|
||||||
load(file);
|
load(file);
|
||||||
|
Loading…
Reference in New Issue
Block a user