note - getConfig()

This commit is contained in:
jascotty2 2019-09-28 16:58:16 -05:00
parent bc8c381bc9
commit 62c6f1816b

View File

@ -45,6 +45,7 @@ public abstract class SongodaPlugin extends JavaPlugin {
@Override
public ConfigFileConfigurationAdapter getConfig() {
// todo? change prototype to FileConfiguration? This seems to cause development issues due to shading.
return config.getFileConfig();
}