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