mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 09:37:37 +00:00
this is why we need an API
This commit is contained in:
parent
c484f4b2b2
commit
0f898380db
@ -45,9 +45,16 @@ public class ModuleConfig extends YamlConfiguration
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void load() throws IOException, InvalidConfigurationException
|
public void load()
|
||||||
{
|
{
|
||||||
super.load(file);
|
try
|
||||||
|
{
|
||||||
|
super.load(file);
|
||||||
|
}
|
||||||
|
catch (IOException | InvalidConfigurationException ex)
|
||||||
|
{
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user