mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
note - getConfig()
This commit is contained in:
parent
bc8c381bc9
commit
62c6f1816b
@ -45,6 +45,7 @@ public abstract class SongodaPlugin extends JavaPlugin {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ConfigFileConfigurationAdapter getConfig() {
|
public ConfigFileConfigurationAdapter getConfig() {
|
||||||
|
// todo? change prototype to FileConfiguration? This seems to cause development issues due to shading.
|
||||||
return config.getFileConfig();
|
return config.getFileConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user